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

  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 143 void disable_tracepoint (struct bp_location *arg0) override;
320 void disable_tracepoint (struct bp_location *arg0) override;
3017 target_ops::disable_tracepoint (struct bp_location *arg0) function in class:target_ops
3019 this->beneath ()->disable_tracepoint (arg0);
3023 dummy_target::disable_tracepoint (struct bp_location *arg0) function in class:dummy_target
3029 debug_target::disable_tracepoint (struct bp_location *arg0) function in class:debug_target
3031 target_debug_printf_nofunc ("-> %s->disable_tracepoint (...)", this->beneath ()->shortname ());
3032 this->beneath ()->disable_tracepoint (arg0);
3033 target_debug_printf_nofunc ("<- %s->disable_tracepoint (%s)",
  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates.c 143 void disable_tracepoint (struct bp_location *arg0) override;
320 void disable_tracepoint (struct bp_location *arg0) override;
3017 target_ops::disable_tracepoint (struct bp_location *arg0) function in class:target_ops
3019 this->beneath ()->disable_tracepoint (arg0);
3023 dummy_target::disable_tracepoint (struct bp_location *arg0) function in class:dummy_target
3029 debug_target::disable_tracepoint (struct bp_location *arg0) function in class:debug_target
3031 target_debug_printf_nofunc ("-> %s->disable_tracepoint (...)", this->beneath ()->shortname ());
3032 this->beneath ()->disable_tracepoint (arg0);
3033 target_debug_printf_nofunc ("<- %s->disable_tracepoint (%s)",

Completed in 29 milliseconds