Searched refs:have_steppable_watchpoint (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c38 bool have_steppable_watchpoint () override;
209 bool have_steppable_watchpoint () override;
1001 target_ops::have_steppable_watchpoint () function in class:target_ops
1003 return this->beneath ()->have_steppable_watchpoint ();
1007 dummy_target::have_steppable_watchpoint () function in class:dummy_target
1013 debug_target::have_steppable_watchpoint () function in class:debug_target
1016 fprintf_unfiltered (gdb_stdlog, "-> %s->have_steppable_watchpoint (...)\n", this->beneath ()->shortname ());
1017 result = this->beneath ()->have_steppable_watchpoint ();
1018 fprintf_unfiltered (gdb_stdlog, "<- %s->have_steppable_watchpoint (", this->beneath ()->shortname ());
H A Dia64-linux-nat.c72 bool have_steppable_watchpoint () override { return true; }
H A Dtarget.h568 virtual bool have_steppable_watchpoint ()
2027 (current_top_target ()->have_steppable_watchpoint ())
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-linux-nat.c72 bool have_steppable_watchpoint () override { return true; }
H A Dtarget-delegates.c58 bool have_steppable_watchpoint () override;
232 bool have_steppable_watchpoint () override;
1027 target_ops::have_steppable_watchpoint () function in class:target_ops
1029 return this->beneath ()->have_steppable_watchpoint ();
1033 dummy_target::have_steppable_watchpoint () function in class:dummy_target
1039 debug_target::have_steppable_watchpoint () function in class:debug_target
1042 gdb_printf (gdb_stdlog, "-> %s->have_steppable_watchpoint (...)\n", this->beneath ()->shortname ());
1043 result = this->beneath ()->have_steppable_watchpoint ();
1044 gdb_printf (gdb_stdlog, "<- %s->have_steppable_watchpoint (", this->beneath ()->shortname ());
H A Dtarget.h583 virtual bool have_steppable_watchpoint ()
H A Dtarget.c511 return current_inferior ()->top_target ()->have_steppable_watchpoint ();

Completed in 129 milliseconds