Home
last modified time | relevance | path

Searched refs:can_async_p (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dprocess-stratum-target.h50 bool can_async_p () override { return false; } in can_async_p() function
Dlinux-nat.h85 bool can_async_p () override;
Dfbsd-nat.h72 bool can_async_p () override;
Dtarget-delegates.c103 bool can_async_p () override;
280 bool can_async_p () override;
2050 target_ops::can_async_p () in can_async_p() function
2052 return this->beneath ()->can_async_p (); in can_async_p()
2056 dummy_target::can_async_p () in can_async_p() function
2062 debug_target::can_async_p () in can_async_p() function
2066 = this->beneath ()->can_async_p (); in can_async_p()
Dtarget.h741 virtual bool can_async_p ()
Dfbsd-nat.c1021 fbsd_nat_target::can_async_p () in can_async_p() function
Dwindows-nat.c314 bool can_async_p () override in can_async_p() function
Dlinux-nat.c4378 linux_nat_target::can_async_p () in can_async_p() function
Dremote.c527 bool can_async_p () const in can_async_p() function
960 bool can_async_p () override;
15119 remote_target::can_async_p () in can_async_p() function
15125 return get_remote_state ()->can_async_p (); in can_async_p()
Dtarget.c372 return target->can_async_p (); in target_can_async_p()
Dinfrun.c5631 && target->can_async_p () in reenable_target_async()
DChangeLog-2018798 <can_async_p, supports_non_stop, supports_disable_randomization>:
11181 has_execution, can_async_p, is_async_p, supports_non_stop,
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git20578 gdb: add remote_state::{is_async_p,can_async_p}
141556 by implementing the can_async_p and async methods. For subclasses
157037 the checking of this flag out of the various ::can_async_p methods and
157064 ::can_async_p method and into the target_can_async_p wrapper function.
157066 I've left some asserts in the two ::can_async_p methods that I
157075 There are a few places where we call the target_ops::can_async_p
157087 target_ops pointer, and calls the ::can_async_p method directly. I