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

  /src/external/gpl3/gdb/dist/gdb/
fbsd-nat.c 1019 /* Implement the "can_async_p" target method. */
1022 fbsd_nat_target::can_async_p () function in class:fbsd_nat_target
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",
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 ();
  /src/external/gpl3/gdb.old/dist/gdb/
fbsd-nat.c 1018 /* Implement the "can_async_p" target method. */
1021 fbsd_nat_target::can_async_p () function in class:fbsd_nat_target
target-delegates.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",
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 527 bool can_async_p () const function
960 bool can_async_p () override;
15133 remote_target::can_async_p ()
15139 return get_remote_state ()->can_async_p ();

Completed in 61 milliseconds