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

  /src/external/gpl3/gdb.old/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)",
target.h 1073 virtual void disable_tracepoint (struct bp_location *location)
target.c 625 return current_inferior ()->top_target ()->disable_tracepoint (loc);
remote.c 1066 void disable_tracepoint (struct bp_location *location) override;
14034 remote_target::disable_tracepoint (struct bp_location *location)
  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 143 void disable_tracepoint (struct bp_location *arg0) override;
324 void disable_tracepoint (struct bp_location *arg0) override;
3025 target_ops::disable_tracepoint (struct bp_location *arg0) function in class:target_ops
3027 this->beneath ()->disable_tracepoint (arg0);
3031 dummy_target::disable_tracepoint (struct bp_location *arg0) function in class:dummy_target
3037 debug_target::disable_tracepoint (struct bp_location *arg0) function in class:debug_target
3039 target_debug_printf_nofunc ("-> %s->disable_tracepoint (...)", this->beneath ()->shortname ());
3040 this->beneath ()->disable_tracepoint (arg0);
3041 target_debug_printf_nofunc ("<- %s->disable_tracepoint (%s)",
target.h 1073 virtual void disable_tracepoint (struct bp_location *location)
target.c 625 return current_inferior ()->top_target ()->disable_tracepoint (loc);
remote.c 1068 void disable_tracepoint (struct bp_location *location) override;
14069 remote_target::disable_tracepoint (struct bp_location *location)

Completed in 36 milliseconds