Home
last modified time | relevance | path

Searched refs:gdbarch_cannot_step_breakpoint (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdbarch.h680 extern int gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch);
H A Dgdbarch.c3169 gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch) in gdbarch_cannot_step_breakpoint() function
H A Dinfrun.c1922 if (gdbarch_cannot_step_breakpoint (gdbarch)) in resume()