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

  /src/external/gpl3/gdb/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)",
  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates.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)",

Completed in 123 milliseconds