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

  /src/external/gpl3/gdb/dist/gdb/
agent.c 36 static const char *can_use_agent = can_use_agent_off; variable
50 bool can_use = (can_use_agent == can_use_agent_on);
61 can_use_agent = can_use_agent_off;
70 if (can_use_agent == can_use_agent_off)
85 &can_use_agent, _("\
inf-child.c 408 inf_child_target::can_use_agent () function in class:inf_child_target
target-delegates-gen.c 168 bool can_use_agent () override;
345 bool can_use_agent () override;
3619 target_ops::can_use_agent () function in class:target_ops
3621 return this->beneath ()->can_use_agent ();
3625 dummy_target::can_use_agent () function in class:dummy_target
3631 debug_target::can_use_agent () function in class:debug_target
3633 target_debug_printf_nofunc ("-> %s->can_use_agent (...)", this->beneath ()->shortname ());
3635 = this->beneath ()->can_use_agent ();
3636 target_debug_printf_nofunc ("<- %s->can_use_agent () = %s",
  /src/external/gpl3/gdb.old/dist/gdb/
agent.c 36 static const char *can_use_agent = can_use_agent_off; variable
50 bool can_use = (can_use_agent == can_use_agent_on);
61 can_use_agent = can_use_agent_off;
70 if (can_use_agent == can_use_agent_off)
85 &can_use_agent, _("\
inf-child.c 391 inf_child_target::can_use_agent () function in class:inf_child_target
target-delegates.c 168 bool can_use_agent () override;
345 bool can_use_agent () override;
3619 target_ops::can_use_agent () function in class:target_ops
3621 return this->beneath ()->can_use_agent ();
3625 dummy_target::can_use_agent () function in class:dummy_target
3631 debug_target::can_use_agent () function in class:debug_target
3633 target_debug_printf_nofunc ("-> %s->can_use_agent (...)", this->beneath ()->shortname ());
3635 = this->beneath ()->can_use_agent ();
3636 target_debug_printf_nofunc ("<- %s->can_use_agent () = %s",

Completed in 162 milliseconds