Searched refs:supports_non_stop (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocess-stratum-target.h48 bool supports_non_stop () override { return false; }
H A Dlinux-nat.h88 bool supports_non_stop () override;
H A Dtarget-delegates.c88 bool supports_non_stop () override;
259 bool supports_non_stop () override;
2218 target_ops::supports_non_stop () function in class:target_ops
2220 return this->beneath ()->supports_non_stop ();
2224 dummy_target::supports_non_stop () function in class:dummy_target
2230 debug_target::supports_non_stop () function in class:debug_target
2233 fprintf_unfiltered (gdb_stdlog, "-> %s->supports_non_stop (...)\n", this->beneath ()->shortname ());
2234 result = this->beneath ()->supports_non_stop ();
2235 fprintf_unfiltered (gdb_stdlog, "<- %s->supports_non_stop (", this->beneath ()->shortname ());
H A Dinfcmd.c452 if (non_stop && !run_target->supports_non_stop ())
2600 if (non_stop && !attach_target->supports_non_stop ())
H A Dtarget.h714 virtual bool supports_non_stop ()
H A Dlinux-nat.c4019 linux_nat_target::supports_non_stop ()
4013 linux_nat_target::supports_non_stop () function in class:linux_nat_target
H A Dremote.c556 bool supports_non_stop () override;
12747 remote_target::supports_non_stop ()
12732 remote_target::supports_non_stop () function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocess-stratum-target.h51 bool supports_non_stop () override { return false; }
H A Dlinux-nat.h87 bool supports_non_stop () override;
H A Dtarget-delegates.c108 bool supports_non_stop () override;
282 bool supports_non_stop () override;
2252 target_ops::supports_non_stop () function in class:target_ops
2254 return this->beneath ()->supports_non_stop ();
2258 dummy_target::supports_non_stop () function in class:dummy_target
2264 debug_target::supports_non_stop () function in class:debug_target
2267 gdb_printf (gdb_stdlog, "-> %s->supports_non_stop (...)\n", this->beneath ()->shortname ());
2268 result = this->beneath ()->supports_non_stop ();
2269 gdb_printf (gdb_stdlog, "<- %s->supports_non_stop (", this->beneath ()->shortname ());
H A Dinfcmd.c420 if (non_stop && !run_target->supports_non_stop ())
2650 if (non_stop && !attach_target->supports_non_stop ())
H A Dtarget.h736 virtual bool supports_non_stop ()
H A Dlinux-nat.c4164 linux_nat_target::supports_non_stop ()
4158 linux_nat_target::supports_non_stop () function in class:linux_nat_target
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dnetbsd-low.h120 bool supports_non_stop () override;
H A Dtarget.h279 virtual bool supports_non_stop ();
547 the_target->supports_non_stop ()
H A Dlinux-low.h226 bool supports_non_stop () override;
H A Dtarget.cc524 process_stratum_target::supports_non_stop () function in class:process_stratum_target
H A Dnetbsd-low.cc768 /* Implement the supports_non_stop target_ops method. */
771 netbsd_process_target::supports_non_stop () function in class:netbsd_process_target
H A Dlinux-low.cc6056 linux_process_target::supports_non_stop () function in class:linux_process_target
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dnetbsd-low.h105 bool supports_non_stop () override;
H A Dtarget.h261 virtual bool supports_non_stop ();
560 the_target->supports_non_stop ()
H A Dtarget.cc495 process_stratum_target::supports_non_stop () function in class:process_stratum_target
H A Dlinux-low.h225 bool supports_non_stop () override;
H A Dnetbsd-low.cc692 /* Implement the supports_non_stop target_ops method. */
695 netbsd_process_target::supports_non_stop () function in class:netbsd_process_target
H A Dlinux-low.cc5811 linux_process_target::supports_non_stop () function in class:linux_process_target

Completed in 634 milliseconds

12