Searched refs:stopped_by_hw_breakpoint (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dx86-nat.h108 bool stopped_by_hw_breakpoint () override
H A Dravenscar-thread.c100 bool stopped_by_hw_breakpoint () override;
591 ravenscar_thread_target::stopped_by_hw_breakpoint () function in class:ravenscar_thread_target
595 return beneath ()->stopped_by_hw_breakpoint ();
H A Dlinux-nat.h80 bool stopped_by_hw_breakpoint () override;
H A Dtarget-delegates.c27 bool stopped_by_hw_breakpoint () override;
198 bool stopped_by_hw_breakpoint () override;
691 target_ops::stopped_by_hw_breakpoint () function in class:target_ops
693 return this->beneath ()->stopped_by_hw_breakpoint ();
697 dummy_target::stopped_by_hw_breakpoint () function in class:dummy_target
703 debug_target::stopped_by_hw_breakpoint () function in class:debug_target
706 fprintf_unfiltered (gdb_stdlog, "-> %s->stopped_by_hw_breakpoint (...)\n", this->beneath ()->shortname ());
707 result = this->beneath ()->stopped_by_hw_breakpoint ();
708 fprintf_unfiltered (gdb_stdlog, "<- %s->stopped_by_hw_breakpoint (", this->beneath ()->shortname ());
H A Dtarget.h534 virtual bool stopped_by_hw_breakpoint ()
2019 ((current_top_target ()->stopped_by_hw_breakpoint) ())
H A Drecord-full.c235 bool stopped_by_hw_breakpoint () override;
1521 /* The stopped_by_hw_breakpoint method of target record-full. */
1524 record_full_base_target::stopped_by_hw_breakpoint () function in class:record_full_base_target
H A Drecord-btrace.c135 bool stopped_by_hw_breakpoint () override;
2725 record_btrace_target::stopped_by_hw_breakpoint () function in class:record_btrace_target
2734 return this->beneath ()->stopped_by_hw_breakpoint ();
H A Dlinux-nat.c2739 linux_nat_target::stopped_by_hw_breakpoint ()
2733 linux_nat_target::stopped_by_hw_breakpoint () function in class:linux_nat_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dx86-nat.h113 bool stopped_by_hw_breakpoint () override
H A Daarch64-fbsd-nat.c62 bool stopped_by_hw_breakpoint () override;
169 /* Implement the "stopped_by_hw_breakpoint" target_ops method. */
172 aarch64_fbsd_nat_target::stopped_by_hw_breakpoint () function in class:aarch64_fbsd_nat_target
H A Dlinux-nat.h80 bool stopped_by_hw_breakpoint () override;
H A Dravenscar-thread.c100 bool stopped_by_hw_breakpoint () override;
803 ravenscar_thread_target::stopped_by_hw_breakpoint () function in class:ravenscar_thread_target
807 return beneath ()->stopped_by_hw_breakpoint ();
H A Drecord-full.c234 bool stopped_by_hw_breakpoint () override;
1505 /* The stopped_by_hw_breakpoint method of target record-full. */
1508 record_full_base_target::stopped_by_hw_breakpoint () function in class:record_full_base_target
H A Dtarget-delegates.c47 bool stopped_by_hw_breakpoint () override;
221 bool stopped_by_hw_breakpoint () override;
717 target_ops::stopped_by_hw_breakpoint () function in class:target_ops
719 return this->beneath ()->stopped_by_hw_breakpoint ();
723 dummy_target::stopped_by_hw_breakpoint () function in class:dummy_target
729 debug_target::stopped_by_hw_breakpoint () function in class:debug_target
732 gdb_printf (gdb_stdlog, "-> %s->stopped_by_hw_breakpoint (...)\n", this->beneath ()->shortname ());
733 result = this->beneath ()->stopped_by_hw_breakpoint ();
734 gdb_printf (gdb_stdlog, "<- %s->stopped_by_hw_breakpoint (", this->beneath ()->shortname ());
H A Drecord-btrace.c134 bool stopped_by_hw_breakpoint () override;
2701 record_btrace_target::stopped_by_hw_breakpoint () function in class:record_btrace_target
2710 return this->beneath ()->stopped_by_hw_breakpoint ();
H A Dtarget.h549 virtual bool stopped_by_hw_breakpoint ()
H A Dtarget.c495 return current_inferior ()->top_target ()->stopped_by_hw_breakpoint ();
H A Dlinux-nat.c2666 linux_nat_target::stopped_by_hw_breakpoint ()
2660 linux_nat_target::stopped_by_hw_breakpoint () function in class:linux_nat_target
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dtarget.h222 virtual bool stopped_by_hw_breakpoint ();
655 the_target->stopped_by_hw_breakpoint ()
H A Dlinux-low.h195 bool stopped_by_hw_breakpoint () override;
H A Dtarget.cc431 process_stratum_target::stopped_by_hw_breakpoint () function in class:process_stratum_target
H A Dlinux-low.cc5810 /* Implement the stopped_by_hw_breakpoint target_ops
5814 linux_process_target::stopped_by_hw_breakpoint () function in class:linux_process_target
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dtarget.h208 virtual bool stopped_by_hw_breakpoint ();
668 the_target->stopped_by_hw_breakpoint ()
H A Dtarget.cc388 process_stratum_target::stopped_by_hw_breakpoint () function in class:process_stratum_target
H A Dlinux-low.h194 bool stopped_by_hw_breakpoint () override;

Completed in 677 milliseconds

12