Searched refs:gdbarch_cannot_step_breakpoint (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.h2248 extern int gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch);
2254 #define CANNOT_STEP_BREAKPOINT (gdbarch_cannot_step_breakpoint (current_gdbarch))
H A Dgdbarch.c5207 gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch) function
5212 fprintf_unfiltered (gdb_stdlog, "gdbarch_cannot_step_breakpoint called\n");

Completed in 119 milliseconds