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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h846 extern int gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch);
H A Dgdbarch.c3509 gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch) function
3514 fprintf_unfiltered (gdb_stdlog, "gdbarch_cannot_step_breakpoint called\n");
H A Dinfrun.c2590 if (gdbarch_cannot_step_breakpoint (gdbarch))
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h825 extern int gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch);
H A Dgdbarch.c3481 gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch) function
3486 gdb_printf (gdb_stdlog, "gdbarch_cannot_step_breakpoint called\n");
H A Dinfrun.c2615 if (gdbarch_cannot_step_breakpoint (gdbarch))

Completed in 312 milliseconds