Home
last modified time | relevance | path

Searched refs:gdbarch_software_single_step (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Drecord-full.c1115 if (!gdbarch_software_single_step (gdbarch, in record_full_resume()
1306 if (gdbarch_software_single_step (gdbarch, in record_full_wait_1()
H A Dgdbarch.h621 extern int gdbarch_software_single_step (struct gdbarch *gdbarch, struct frame_info *frame);
H A Dgdbarch.c3009 gdbarch_software_single_step (struct gdbarch *gdbarch, struct frame_info *frame) in gdbarch_software_single_step() function
H A Dinfrun.c1671 && gdbarch_software_single_step (gdbarch, get_current_frame ())) in maybe_software_singlestep()