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

  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates-gen.c 142 void enable_tracepoint (struct bp_location *arg0) override;
319 void enable_tracepoint (struct bp_location *arg0) override;
2995 target_ops::enable_tracepoint (struct bp_location *arg0) function in class:target_ops
2997 this->beneath ()->enable_tracepoint (arg0);
3001 dummy_target::enable_tracepoint (struct bp_location *arg0) function in class:dummy_target
3007 debug_target::enable_tracepoint (struct bp_location *arg0) function in class:debug_target
3009 target_debug_printf_nofunc ("-> %s->enable_tracepoint (...)", this->beneath ()->shortname ());
3010 this->beneath ()->enable_tracepoint (arg0);
3011 target_debug_printf_nofunc ("<- %s->enable_tracepoint (%s)",
target.h 1069 virtual void enable_tracepoint (struct bp_location *location)
target.c 619 return current_inferior ()->top_target ()->enable_tracepoint (loc);
remote.c 1064 void enable_tracepoint (struct bp_location *location) override;
14018 remote_target::enable_tracepoint (struct bp_location *location)
  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 142 void enable_tracepoint (struct bp_location *arg0) override;
323 void enable_tracepoint (struct bp_location *arg0) override;
3003 target_ops::enable_tracepoint (struct bp_location *arg0) function in class:target_ops
3005 this->beneath ()->enable_tracepoint (arg0);
3009 dummy_target::enable_tracepoint (struct bp_location *arg0) function in class:dummy_target
3015 debug_target::enable_tracepoint (struct bp_location *arg0) function in class:debug_target
3017 target_debug_printf_nofunc ("-> %s->enable_tracepoint (...)", this->beneath ()->shortname ());
3018 this->beneath ()->enable_tracepoint (arg0);
3019 target_debug_printf_nofunc ("<- %s->enable_tracepoint (%s)",
target.h 1069 virtual void enable_tracepoint (struct bp_location *location)
target.c 619 return current_inferior ()->top_target ()->enable_tracepoint (loc);
remote.c 1066 void enable_tracepoint (struct bp_location *location) override;
14053 remote_target::enable_tracepoint (struct bp_location *location)

Completed in 59 milliseconds