Searched refs:always_non_stop_p (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-nat.h89 bool always_non_stop_p () override;
H A Dtarget-delegates.c89 bool always_non_stop_p () override;
260 bool always_non_stop_p () override;
2243 target_ops::always_non_stop_p () function in class:target_ops
2245 return this->beneath ()->always_non_stop_p ();
2249 dummy_target::always_non_stop_p () function in class:dummy_target
2255 debug_target::always_non_stop_p () function in class:debug_target
2258 fprintf_unfiltered (gdb_stdlog, "-> %s->always_non_stop_p (...)\n", this->beneath ()->shortname ());
2259 result = this->beneath ()->always_non_stop_p ();
2260 fprintf_unfiltered (gdb_stdlog, "<- %s->always_non_stop_p (", this->beneath ()->shortname ());
H A Dtarget.h718 virtual bool always_non_stop_p ()
H A Dtarget.c3844 return current_top_target ()->always_non_stop_p ();
H A Dlinux-nat.c4027 linux_nat_target::always_non_stop_p ()
4021 linux_nat_target::always_non_stop_p () function in class:linux_nat_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-nat.h88 bool always_non_stop_p () override;
H A Dtarget-delegates.c109 bool always_non_stop_p () override;
283 bool always_non_stop_p () override;
2277 target_ops::always_non_stop_p () function in class:target_ops
2279 return this->beneath ()->always_non_stop_p ();
2283 dummy_target::always_non_stop_p () function in class:dummy_target
2289 debug_target::always_non_stop_p () function in class:debug_target
2292 gdb_printf (gdb_stdlog, "-> %s->always_non_stop_p (...)\n", this->beneath ()->shortname ());
2293 result = this->beneath ()->always_non_stop_p ();
2294 gdb_printf (gdb_stdlog, "<- %s->always_non_stop_p (", this->beneath ()->shortname ());
H A Dtarget.h740 virtual bool always_non_stop_p ()
H A Dtarget.c4385 return current_inferior ()->top_target ()->always_non_stop_p ();
H A Dlinux-nat.c4172 linux_nat_target::always_non_stop_p ()
4166 linux_nat_target::always_non_stop_p () function in class:linux_nat_target

Completed in 307 milliseconds