Searched refs:gdbarch_have_nonsteppable_watchpoint (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddisplaced-stepping.c203 if (gdbarch_have_nonsteppable_watchpoint (arch)
H A Dgdbarch-gen.h831 extern int gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch);
H A Dprocfs.c3062 && !gdbarch_have_nonsteppable_watchpoint (target_gdbarch ()))
H A Dgdbarch.c3498 gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch) function
3503 gdb_printf (gdb_stdlog, "gdbarch_have_nonsteppable_watchpoint called\n");
H A Dinfrun.c4418 gdbarch_have_nonsteppable_watchpoint would have the PC after hitting a
4421 correct, so gdbarch_have_nonsteppable_watchpoint is not checked here. */
6234 || gdbarch_have_nonsteppable_watchpoint (gdbarch)))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h852 extern int gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch);
H A Dprocfs.c3089 && !gdbarch_have_nonsteppable_watchpoint (target_gdbarch ()))
H A Dinfrun.c1893 && (gdbarch_have_nonsteppable_watchpoint (displaced->step_gdbarch)
4123 gdbarch_have_nonsteppable_watchpoint would have the PC after hitting a
4126 correct, so gdbarch_have_nonsteppable_watchpoint is not checked here. */
5940 || gdbarch_have_nonsteppable_watchpoint (gdbarch)))
H A Dgdbarch.c3526 gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch) function
3531 fprintf_unfiltered (gdb_stdlog, "gdbarch_have_nonsteppable_watchpoint called\n");

Completed in 374 milliseconds