Searched refs:supports_stopped_by_sw_breakpoint (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfbsd-nat.h79 bool supports_stopped_by_sw_breakpoint () override;
H A Dlinux-nat.h78 bool supports_stopped_by_sw_breakpoint () override;
H A Dtarget-delegates.c26 bool supports_stopped_by_sw_breakpoint () override;
197 bool supports_stopped_by_sw_breakpoint () override;
666 target_ops::supports_stopped_by_sw_breakpoint () function in class:target_ops
668 return this->beneath ()->supports_stopped_by_sw_breakpoint ();
672 dummy_target::supports_stopped_by_sw_breakpoint () function in class:dummy_target
678 debug_target::supports_stopped_by_sw_breakpoint () function in class:debug_target
681 fprintf_unfiltered (gdb_stdlog, "-> %s->supports_stopped_by_sw_breakpoint (...)\n", this->beneath ()->shortname ());
682 result = this->beneath ()->supports_stopped_by_sw_breakpoint ();
683 fprintf_unfiltered (gdb_stdlog, "<- %s->supports_stopped_by_sw_breakpoint (", this->beneath ()->shortname ());
H A Dtarget.h524 virtual bool supports_stopped_by_sw_breakpoint ()
2016 ((current_top_target ()->supports_stopped_by_sw_breakpoint) ())
H A Drecord-full.c233 bool supports_stopped_by_sw_breakpoint () override;
1512 /* The supports_stopped_by_sw_breakpoint method of target
1516 record_full_base_target::supports_stopped_by_sw_breakpoint () function in class:record_full_base_target
1529 /* The supports_stopped_by_sw_breakpoint method of target
H A Drecord-btrace.c133 bool supports_stopped_by_sw_breakpoint () override;
2710 /* The supports_stopped_by_sw_breakpoint method of target
2714 record_btrace_target::supports_stopped_by_sw_breakpoint () function in class:record_btrace_target
2719 return this->beneath ()->supports_stopped_by_sw_breakpoint ();
H A Dfbsd-nat.c1537 /* Implement the "supports_stopped_by_sw_breakpoint" target_ops
1541 fbsd_nat_target::supports_stopped_by_sw_breakpoint () function in class:fbsd_nat_target
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dnetbsd-low.h118 bool supports_stopped_by_sw_breakpoint () override;
H A Dwin32-low.h169 bool supports_stopped_by_sw_breakpoint () override;
H A Dtarget.h219 virtual bool supports_stopped_by_sw_breakpoint ();
643 the_target->supports_stopped_by_sw_breakpoint ()
H A Dlinux-low.h193 bool supports_stopped_by_sw_breakpoint () override;
H A Dtarget.cc425 process_stratum_target::supports_stopped_by_sw_breakpoint () function in class:process_stratum_target
H A Dnetbsd-low.cc737 /* Implement the supports_stopped_by_sw_breakpoint target_ops method. */
740 netbsd_process_target::supports_stopped_by_sw_breakpoint () function in class:netbsd_process_target
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dnetbsd-low.h103 bool supports_stopped_by_sw_breakpoint () override;
H A Dwin32-low.h160 bool supports_stopped_by_sw_breakpoint () override;
H A Dtarget.h205 virtual bool supports_stopped_by_sw_breakpoint ();
656 the_target->supports_stopped_by_sw_breakpoint ()
H A Dtarget.cc382 process_stratum_target::supports_stopped_by_sw_breakpoint () function in class:process_stratum_target
H A Dlinux-low.h192 bool supports_stopped_by_sw_breakpoint () override;
H A Dwin32-low.cc1407 win32_process_target::supports_stopped_by_sw_breakpoint () function in class:win32_process_target
H A Dnetbsd-low.cc661 /* Implement the supports_stopped_by_sw_breakpoint target_ops method. */
664 netbsd_process_target::supports_stopped_by_sw_breakpoint () function in class:netbsd_process_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfbsd-nat.h86 bool supports_stopped_by_sw_breakpoint () override;
H A Dlinux-nat.h78 bool supports_stopped_by_sw_breakpoint () override;
H A Drecord-full.c232 bool supports_stopped_by_sw_breakpoint () override;
1496 /* The supports_stopped_by_sw_breakpoint method of target
1500 record_full_base_target::supports_stopped_by_sw_breakpoint () function in class:record_full_base_target
1513 /* The supports_stopped_by_sw_breakpoint method of target
H A Dtarget-delegates.c46 bool supports_stopped_by_sw_breakpoint () override;
220 bool supports_stopped_by_sw_breakpoint () override;
692 target_ops::supports_stopped_by_sw_breakpoint () function in class:target_ops
694 return this->beneath ()->supports_stopped_by_sw_breakpoint ();
698 dummy_target::supports_stopped_by_sw_breakpoint () function in class:dummy_target
704 debug_target::supports_stopped_by_sw_breakpoint () function in class:debug_target
707 gdb_printf (gdb_stdlog, "-> %s->supports_stopped_by_sw_breakpoint (...)\n", this->beneath ()->shortname ());
708 result = this->beneath ()->supports_stopped_by_sw_breakpoint ();
709 gdb_printf (gdb_stdlog, "<- %s->supports_stopped_by_sw_breakpoint (", this->beneath ()->shortname ());
H A Drecord-btrace.c132 bool supports_stopped_by_sw_breakpoint () override;
2686 /* The supports_stopped_by_sw_breakpoint method of target
2690 record_btrace_target::supports_stopped_by_sw_breakpoint () function in class:record_btrace_target
2695 return this->beneath ()->supports_stopped_by_sw_breakpoint ();

Completed in 508 milliseconds

12