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

  /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.h 95 bool can_use_agent () override;
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",
target.h 1201 virtual bool can_use_agent ()
target.c 782 return current_inferior ()->top_target ()->can_use_agent ();
remote.c 1123 bool can_use_agent () override;
14598 remote_target::can_use_agent ()
  /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)
83 &can_use_agent, _("\
inf-child.h 95 bool can_use_agent () override;
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;
349 bool can_use_agent () override;
3627 target_ops::can_use_agent () function in class:target_ops
3629 return this->beneath ()->can_use_agent ();
3633 dummy_target::can_use_agent () function in class:dummy_target
3639 debug_target::can_use_agent () function in class:debug_target
3641 target_debug_printf_nofunc ("-> %s->can_use_agent (...)", this->beneath ()->shortname ());
3643 = this->beneath ()->can_use_agent ();
3644 target_debug_printf_nofunc ("<- %s->can_use_agent () = %s",
target.h 1205 virtual bool can_use_agent ()
target.c 782 return current_inferior ()->top_target ()->can_use_agent ();
remote.c 1125 bool can_use_agent () override;
14633 remote_target::can_use_agent ()

Completed in 59 milliseconds