Searched refs:can_async_p (Results 1 – 13 of 13) sorted by relevance
50 bool can_async_p () override { return false; } in can_async_p() function
85 bool can_async_p () override;
72 bool can_async_p () override;
103 bool can_async_p () override;280 bool can_async_p () override;2050 target_ops::can_async_p () in can_async_p() function2052 return this->beneath ()->can_async_p (); in can_async_p()2056 dummy_target::can_async_p () in can_async_p() function2062 debug_target::can_async_p () in can_async_p() function2066 = this->beneath ()->can_async_p (); in can_async_p()
741 virtual bool can_async_p ()
1021 fbsd_nat_target::can_async_p () in can_async_p() function
314 bool can_async_p () override in can_async_p() function
4378 linux_nat_target::can_async_p () in can_async_p() function
527 bool can_async_p () const in can_async_p() function960 bool can_async_p () override;15119 remote_target::can_async_p () in can_async_p() function15125 return get_remote_state ()->can_async_p (); in can_async_p()
372 return target->can_async_p (); in target_can_async_p()
5631 && target->can_async_p () in reenable_target_async()
798 <can_async_p, supports_non_stop, supports_disable_randomization>:11181 has_execution, can_async_p, is_async_p, supports_non_stop,
20578 gdb: add remote_state::{is_async_p,can_async_p}141556 by implementing the can_async_p and async methods. For subclasses157037 the checking of this flag out of the various ::can_async_p methods and157064 ::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 I157075 There are a few places where we call the target_ops::can_async_p157087 target_ops pointer, and calls the ::can_async_p method directly. I