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

  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 106 int async_wait_fd () override;
283 int async_wait_fd () override;
2120 target_ops::async_wait_fd () function in class:target_ops
2122 return this->beneath ()->async_wait_fd ();
2126 dummy_target::async_wait_fd () function in class:dummy_target
2132 debug_target::async_wait_fd () function in class:debug_target
2134 target_debug_printf_nofunc ("-> %s->async_wait_fd (...)", this->beneath ()->shortname ());
2136 = this->beneath ()->async_wait_fd ();
2137 target_debug_printf_nofunc ("<- %s->async_wait_fd () = %s",
  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates.c 106 int async_wait_fd () override;
283 int async_wait_fd () override;
2120 target_ops::async_wait_fd () function in class:target_ops
2122 return this->beneath ()->async_wait_fd ();
2126 dummy_target::async_wait_fd () function in class:dummy_target
2132 debug_target::async_wait_fd () function in class:debug_target
2134 target_debug_printf_nofunc ("-> %s->async_wait_fd (...)", this->beneath ()->shortname ());
2136 = this->beneath ()->async_wait_fd ();
2137 target_debug_printf_nofunc ("<- %s->async_wait_fd () = %s",

Completed in 33 milliseconds