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

  /src/external/gpl3/gdb/dist/gdbsupport/
agent.cc 47 bool use_agent = false; variable
  /src/external/gpl3/gdb.old/dist/gdbsupport/
agent.cc 47 bool use_agent = false; variable
  /src/external/gpl3/gdb/dist/gdb/
inf-child.c 396 inf_child_target::use_agent (bool use) function in class:inf_child_target
400 ::use_agent = use;
target-delegates-gen.c 167 bool use_agent (bool arg0) override;
344 bool use_agent (bool arg0) override;
3594 target_ops::use_agent (bool arg0) function in class:target_ops
3596 return this->beneath ()->use_agent (arg0);
3600 dummy_target::use_agent (bool arg0) function in class:dummy_target
3606 debug_target::use_agent (bool arg0) function in class:debug_target
3608 target_debug_printf_nofunc ("-> %s->use_agent (...)", this->beneath ()->shortname ());
3610 = this->beneath ()->use_agent (arg0);
3611 target_debug_printf_nofunc ("<- %s->use_agent (%s) = %s",
  /src/external/gpl3/gdb.old/dist/gdb/
inf-child.c 379 inf_child_target::use_agent (bool use) function in class:inf_child_target
383 ::use_agent = use;
target-delegates.c 167 bool use_agent (bool arg0) override;
344 bool use_agent (bool arg0) override;
3594 target_ops::use_agent (bool arg0) function in class:target_ops
3596 return this->beneath ()->use_agent (arg0);
3600 dummy_target::use_agent (bool arg0) function in class:dummy_target
3606 debug_target::use_agent (bool arg0) function in class:debug_target
3608 target_debug_printf_nofunc ("-> %s->use_agent (...)", this->beneath ()->shortname ());
3610 = this->beneath ()->use_agent (arg0);
3611 target_debug_printf_nofunc ("<- %s->use_agent (%s) = %s",

Completed in 33 milliseconds