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

  /src/external/gpl3/gdb.old/dist/gdb/
inf-ptrace.h 66 int async_wait_fd () override
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",
windows-nat.c 318 int async_wait_fd () override
417 add_file_handler (async_wait_fd (),
424 delete_file_handler (async_wait_fd ());
fbsd-nat.c 1068 add_file_handler (async_wait_fd (), handle_target_event, NULL, "fbsd-nat");
1076 delete_file_handler (async_wait_fd ());
linux-nat.c 4466 add_file_handler (async_wait_fd (), handle_target_event, NULL,
4475 delete_file_handler (async_wait_fd ());
target.h 749 virtual int async_wait_fd ()
remote.c 993 int async_wait_fd () override;
15407 remote_target::async_wait_fd ()
infrun.c 5304 int fd = target->async_wait_fd ();
  /src/external/gpl3/gdb/dist/gdb/
inf-ptrace.h 66 int async_wait_fd () override
target-delegates-gen.c 106 int async_wait_fd () override;
287 int async_wait_fd () override;
2128 target_ops::async_wait_fd () function in class:target_ops
2130 return this->beneath ()->async_wait_fd ();
2134 dummy_target::async_wait_fd () function in class:dummy_target
2140 debug_target::async_wait_fd () function in class:debug_target
2142 target_debug_printf_nofunc ("-> %s->async_wait_fd (...)", this->beneath ()->shortname ());
2144 = this->beneath ()->async_wait_fd ();
2145 target_debug_printf_nofunc ("<- %s->async_wait_fd () = %s",
windows-nat.c 317 int async_wait_fd () override
416 add_file_handler (async_wait_fd (),
423 delete_file_handler (async_wait_fd ());
fbsd-nat.c 1068 add_file_handler (async_wait_fd (), handle_target_event, NULL, "fbsd-nat");
1076 delete_file_handler (async_wait_fd ());
linux-nat.c 4469 add_file_handler (async_wait_fd (), handle_target_event, NULL,
4478 delete_file_handler (async_wait_fd ());
target.h 749 virtual int async_wait_fd ()
remote.c 995 int async_wait_fd () override;
15442 remote_target::async_wait_fd ()
infrun.c 5315 int fd = target->async_wait_fd ();

Completed in 106 milliseconds