HomeSort by: relevance | last modified time | path
    Searched refs:can_async_p (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
process-stratum-target.h 50 bool can_async_p () override { return false; }
fbsd-nat.h 72 bool can_async_p () override;
linux-nat.h 85 bool can_async_p () override;
target-delegates-gen.c 103 bool can_async_p () override;
280 bool can_async_p () override;
2050 target_ops::can_async_p () function in class:target_ops
2052 return this->beneath ()->can_async_p ();
2056 dummy_target::can_async_p () function in class:dummy_target
2062 debug_target::can_async_p () function in class:debug_target
2064 target_debug_printf_nofunc ("-> %s->can_async_p (...)", this->beneath ()->shortname ());
2066 = this->beneath ()->can_async_p ();
2067 target_debug_printf_nofunc ("<- %s->can_async_p () = %s",
target.h 743 virtual bool can_async_p ()
1923 pushed, this calls TARGET::can_async_p directly. */
fbsd-nat.c 1019 /* Implement the "can_async_p" target method. */
1022 fbsd_nat_target::can_async_p () function in class:fbsd_nat_target
linux-nat.c 4384 linux_nat_target::can_async_p ()
4378 linux_nat_target::can_async_p () function in class:linux_nat_target
remote.c 550 bool can_async_p () const function
987 bool can_async_p () override;
15376 remote_target::can_async_p ()
15382 return get_remote_state ()->can_async_p ();
target.c 373 return target->can_async_p ();
windows-nat.c 306 bool can_async_p () override
infrun.c 5642 && target->can_async_p ()
  /src/external/gpl3/gdb/dist/gdb/
process-stratum-target.h 49 bool can_async_p () override { return false; }
fbsd-nat.h 72 bool can_async_p () override;
linux-nat.h 85 bool can_async_p () override;
target-delegates-gen.c 103 bool can_async_p () override;
284 bool can_async_p () override;
2058 target_ops::can_async_p () function in class:target_ops
2060 return this->beneath ()->can_async_p ();
2064 dummy_target::can_async_p () function in class:dummy_target
2070 debug_target::can_async_p () function in class:debug_target
2072 target_debug_printf_nofunc ("-> %s->can_async_p (...)", this->beneath ()->shortname ());
2074 = this->beneath ()->can_async_p ();
2075 target_debug_printf_nofunc ("<- %s->can_async_p () = %s",
target.h 743 virtual bool can_async_p ()
1946 pushed, this calls TARGET::can_async_p directly. */
fbsd-nat.c 1019 /* Implement the "can_async_p" target method. */
1022 fbsd_nat_target::can_async_p () function in class:fbsd_nat_target
linux-nat.c 4387 linux_nat_target::can_async_p ()
4381 linux_nat_target::can_async_p () function in class:linux_nat_target
remote.c 552 bool can_async_p () const function
989 bool can_async_p () override;
15411 remote_target::can_async_p ()
15417 return get_remote_state ()->can_async_p ();
target.c 373 return target->can_async_p ();
windows-nat.c 305 bool can_async_p () override
infrun.c 5653 && target->can_async_p ()

Completed in 106 milliseconds