Searched refs:is_async_p (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinf-ptrace.h63 bool is_async_p () override
H A Dinf-ptrace.c548 if (is_async_p ())
H A Dfbsd-nat.c976 if (enable == is_async_p ())
1482 if (is_async_p ())
1490 if (is_async_p ()
H A Dtarget-delegates.c103 bool is_async_p () override;
277 bool is_async_p () override;
2134 target_ops::is_async_p () function in class:target_ops
2136 return this->beneath ()->is_async_p ();
2140 dummy_target::is_async_p () function in class:dummy_target
2146 debug_target::is_async_p () function in class:debug_target
2149 gdb_printf (gdb_stdlog, "-> %s->is_async_p (...)\n", this->beneath ()->shortname ());
2150 result = this->beneath ()->is_async_p ();
2151 gdb_printf (gdb_stdlog, "<- %s->is_async_p (", this->beneath ()->shortname ());
H A Dwindows-nat.c326 bool is_async_p () override
415 if (enable == is_async_p ())
H A Dtarget.h717 virtual bool is_async_p ()
H A Dtarget.c405 bool result = current_inferior ()->top_target ()->is_async_p ();
H A Dlinux-nat.c4224 if (enable == is_async_p ())
H A Dinfrun.c4745 || !target->is_async_p ()
4776 || !target->is_async_p ()
H A Dremote.c538 bool is_async_p () override;
4655 gdb_assert (!this->is_async_p ());
14418 remote_target::is_async_p ()
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-nat.h86 bool is_async_p () override;
H A Dtarget-delegates.c84 bool is_async_p () override;
255 bool is_async_p () override;
2125 target_ops::is_async_p () function in class:target_ops
2127 return this->beneath ()->is_async_p ();
2131 dummy_target::is_async_p () function in class:dummy_target
2137 debug_target::is_async_p () function in class:debug_target
2140 fprintf_unfiltered (gdb_stdlog, "-> %s->is_async_p (...)\n", this->beneath ()->shortname ());
2141 result = this->beneath ()->is_async_p ();
2142 fprintf_unfiltered (gdb_stdlog, "<- %s->is_async_p (", this->beneath ()->shortname ());
H A Dtarget.h704 virtual bool is_async_p ()
1868 #define target_is_async_p() (current_top_target ()->is_async_p ())
H A Dlinux-nat.c4003 linux_nat_target::is_async_p ()
4194 if (is_async_p ())
3997 linux_nat_target::is_async_p () function in class:linux_nat_target
H A Dinfrun.c4464 || !target->is_async_p ()
4495 || !target->is_async_p ()
H A Dremote.c542 bool is_async_p () override;
14152 remote_target::is_async_p ()
14137 remote_target::is_async_p () function in class:remote_target

Completed in 614 milliseconds