Searched refs:frame_unwind_got_bytes (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | frame-unwind.h | 228 value *frame_unwind_got_bytes (const frame_info_ptr &frame, int regnum,
|
| D | trad-frame.c | 202 return frame_unwind_got_bytes (this_frame, regnum, in trad_frame_get_prev_register()
|
| D | frame-unwind.c | 316 frame_unwind_got_bytes (const frame_info_ptr &frame, int regnum, const gdb_byte *buf) in frame_unwind_got_bytes() function
|
| D | ia64-libunwind-tdep.c | 357 val = frame_unwind_got_bytes (this_frame, regnum, in libunwind_frame_prev_register()
|
| D | jit.c | 1099 return frame_unwind_got_bytes (this_frame, reg, buf); in jit_frame_prev_register()
|
| D | ChangeLog-2021 | 7482 * frame-unwind.c (frame_unwind_got_bytes): Make parameter const. 7483 * frame-unwind.h (frame_unwind_got_bytes): Likewise.
|
| D | ChangeLog-2008 | 7644 * frame-unwind.c (frame_unwind_got_bytes): New function. 7645 * frame-unwind.h (frame_unwind_got_bytes): Add declaration.
|
| D | ChangeLog-2009 | 6232 (frame_unwind_got_bytes): Likewise.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-unwind.c | 815 return frame_unwind_got_bytes (this_frame, regnum, reg_info->data.get ()); in pyuw_prev_register()
|