Home
last modified time | relevance | path

Searched refs:frame_unwind_got_bytes (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dframe-unwind.h228 value *frame_unwind_got_bytes (const frame_info_ptr &frame, int regnum,
Dtrad-frame.c202 return frame_unwind_got_bytes (this_frame, regnum, in trad_frame_get_prev_register()
Dframe-unwind.c316 frame_unwind_got_bytes (const frame_info_ptr &frame, int regnum, const gdb_byte *buf) in frame_unwind_got_bytes() function
Dia64-libunwind-tdep.c357 val = frame_unwind_got_bytes (this_frame, regnum, in libunwind_frame_prev_register()
Djit.c1099 return frame_unwind_got_bytes (this_frame, reg, buf); in jit_frame_prev_register()
DChangeLog-20217482 * frame-unwind.c (frame_unwind_got_bytes): Make parameter const.
7483 * frame-unwind.h (frame_unwind_got_bytes): Likewise.
DChangeLog-20087644 * frame-unwind.c (frame_unwind_got_bytes): New function.
7645 * frame-unwind.h (frame_unwind_got_bytes): Add declaration.
DChangeLog-20096232 (frame_unwind_got_bytes): Likewise.
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-unwind.c815 return frame_unwind_got_bytes (this_frame, regnum, reg_info->data.get ()); in pyuw_prev_register()