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

  /src/external/gpl3/gdb.old/dist/gdb/
inf-ptrace.h 63 bool is_async_p () override
inf-ptrace.c 547 if (is_async_p ())
target-delegates-gen.c 104 bool is_async_p () override;
281 bool is_async_p () override;
2074 target_ops::is_async_p () function in class:target_ops
2076 return this->beneath ()->is_async_p ();
2080 dummy_target::is_async_p () function in class:dummy_target
2086 debug_target::is_async_p () function in class:debug_target
2088 target_debug_printf_nofunc ("-> %s->is_async_p (...)", this->beneath ()->shortname ());
2090 = this->beneath ()->is_async_p ();
2091 target_debug_printf_nofunc ("<- %s->is_async_p () = %s",
fbsd-nat.c 1056 if (enable == is_async_p ())
1682 if (is_async_p ())
1733 if (is_async_p ()
windows-nat.c 311 bool is_async_p () override
413 if (enable == is_async_p ())
target.h 745 virtual bool is_async_p ()
remote.c 527 gdb_assert (this->is_async_p ());
543 bool is_async_p () const function
989 bool is_async_p () override;
5005 gdb_assert (!this->is_async_p ());
15386 remote_target::is_async_p ()
15389 return get_remote_state ()->is_async_p ();
infrun.c 5269 || !target->is_async_p ()
5300 || !target->is_async_p ()
5643 && !target->is_async_p ())
amd-dbgapi-target.c 987 if (info->inf->process_target ()->is_async_p ())
linux-nat.c 4454 if (enable == is_async_p ())
target.c 381 bool result = current_inferior ()->top_target ()->is_async_p ();
  /src/external/gpl3/gdb/dist/gdb/
inf-ptrace.h 63 bool is_async_p () override
inf-ptrace.c 547 if (is_async_p ())
target-delegates-gen.c 104 bool is_async_p () override;
285 bool is_async_p () override;
2082 target_ops::is_async_p () function in class:target_ops
2084 return this->beneath ()->is_async_p ();
2088 dummy_target::is_async_p () function in class:dummy_target
2094 debug_target::is_async_p () function in class:debug_target
2096 target_debug_printf_nofunc ("-> %s->is_async_p (...)", this->beneath ()->shortname ());
2098 = this->beneath ()->is_async_p ();
2099 target_debug_printf_nofunc ("<- %s->is_async_p () = %s",
fbsd-nat.c 1056 if (enable == is_async_p ())
1682 if (is_async_p ())
1733 if (is_async_p ()
windows-nat.c 310 bool is_async_p () override
412 if (enable == is_async_p ())
target.h 745 virtual bool is_async_p ()
remote.c 529 gdb_assert (this->is_async_p ());
545 bool is_async_p () const function
991 bool is_async_p () override;
5034 gdb_assert (!this->is_async_p ());
15421 remote_target::is_async_p ()
15424 return get_remote_state ()->is_async_p ();
infrun.c 5280 || !target->is_async_p ()
5311 || !target->is_async_p ()
5654 && !target->is_async_p ())
amd-dbgapi-target.c 1039 if (info.inf->process_target ()->is_async_p ())
linux-nat.c 4457 if (enable == is_async_p ())
target.c 381 bool result = current_inferior ()->top_target ()->is_async_p ();

Completed in 81 milliseconds