Searched refs:async_wait_fd (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinf-ptrace.h66 int async_wait_fd () override
H A Dfbsd-nat.c988 add_file_handler (async_wait_fd (), handle_target_event, NULL, "fbsd-nat");
996 delete_file_handler (async_wait_fd ());
H A Dtarget-delegates.c105 int async_wait_fd () override;
279 int async_wait_fd () override;
2181 target_ops::async_wait_fd () function in class:target_ops
2183 return this->beneath ()->async_wait_fd ();
2187 dummy_target::async_wait_fd () function in class:dummy_target
2193 debug_target::async_wait_fd () function in class:debug_target
2196 gdb_printf (gdb_stdlog, "-> %s->async_wait_fd (...)\n", this->beneath ()->shortname ());
2197 result = this->beneath ()->async_wait_fd ();
2198 gdb_printf (gdb_stdlog, "<- %s->async_wait_fd (", this->beneath ()->shortname ());
H A Dwindows-nat.c333 int async_wait_fd () override
419 add_file_handler (async_wait_fd (),
426 delete_file_handler (async_wait_fd ());
H A Dlinux-nat.c4236 add_file_handler (async_wait_fd (), handle_target_event, NULL,
4245 delete_file_handler (async_wait_fd ());
H A Dtarget.h721 virtual int async_wait_fd ()
H A Dremote.c542 int async_wait_fd () override;
14446 remote_target::async_wait_fd ()
H A Dinfrun.c4780 int fd = target->async_wait_fd ();
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-nat.h91 int async_wait_fd () override;
H A Dtarget-delegates.c86 int async_wait_fd () override;
257 int async_wait_fd () override;
2172 target_ops::async_wait_fd () function in class:target_ops
2174 return this->beneath ()->async_wait_fd ();
2178 dummy_target::async_wait_fd () function in class:dummy_target
2184 debug_target::async_wait_fd () function in class:debug_target
2187 fprintf_unfiltered (gdb_stdlog, "-> %s->async_wait_fd (...)\n", this->beneath ()->shortname ());
2188 result = this->beneath ()->async_wait_fd ();
2189 fprintf_unfiltered (gdb_stdlog, "<- %s->async_wait_fd (", this->beneath ()->shortname ());
H A Dtarget.h708 virtual int async_wait_fd ()
H A Dlinux-nat.c4116 linux_nat_target::async_wait_fd ()
4110 linux_nat_target::async_wait_fd () function in class:linux_nat_target
H A Dremote.c546 int async_wait_fd () override;
14198 remote_target::async_wait_fd ()
14183 remote_target::async_wait_fd () function in class:remote_target
H A Dinfrun.c4499 int fd = target->async_wait_fd ();

Completed in 548 milliseconds