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

  /src/external/gpl3/gdb.old/dist/gdb/
tracefile-tfile.c 70 void get_tracepoint_status (tracepoint *tp,
636 tfile_target::get_tracepoint_status (tracepoint *tp, struct uploaded_tp *utp) function in class:tfile_target
target-delegates-gen.c 147 void get_tracepoint_status (tracepoint *arg0, struct uploaded_tp *arg1) override;
324 void get_tracepoint_status (tracepoint *arg0, struct uploaded_tp *arg1) override;
3106 target_ops::get_tracepoint_status (tracepoint *arg0, struct uploaded_tp *arg1) function in class:target_ops
3108 this->beneath ()->get_tracepoint_status (arg0, arg1);
3112 dummy_target::get_tracepoint_status (tracepoint *arg0, struct uploaded_tp *arg1) function in class:dummy_target
3118 debug_target::get_tracepoint_status (tracepoint *arg0, struct uploaded_tp *arg1) function in class:debug_target
3120 target_debug_printf_nofunc ("-> %s->get_tracepoint_status (...)", this->beneath ()->shortname ());
3121 this->beneath ()->get_tracepoint_status (arg0, arg1);
3122 target_debug_printf_nofunc ("<- %s->get_tracepoint_status (%s, %s)",
target.h 1090 virtual void get_tracepoint_status (tracepoint *tp,
target.c 649 return current_inferior ()->top_target ()->get_tracepoint_status (tp, utp);
remote.c 1074 void get_tracepoint_status (tracepoint *tp, struct uploaded_tp *utp)
14169 remote_target::get_tracepoint_status (tracepoint *tp,
  /src/external/gpl3/gdb/dist/gdb/
tracefile-tfile.c 70 void get_tracepoint_status (tracepoint *tp,
636 tfile_target::get_tracepoint_status (tracepoint *tp, struct uploaded_tp *utp) function in class:tfile_target
target-delegates-gen.c 147 void get_tracepoint_status (tracepoint *arg0, struct uploaded_tp *arg1) override;
328 void get_tracepoint_status (tracepoint *arg0, struct uploaded_tp *arg1) override;
3114 target_ops::get_tracepoint_status (tracepoint *arg0, struct uploaded_tp *arg1) function in class:target_ops
3116 this->beneath ()->get_tracepoint_status (arg0, arg1);
3120 dummy_target::get_tracepoint_status (tracepoint *arg0, struct uploaded_tp *arg1) function in class:dummy_target
3126 debug_target::get_tracepoint_status (tracepoint *arg0, struct uploaded_tp *arg1) function in class:debug_target
3128 target_debug_printf_nofunc ("-> %s->get_tracepoint_status (...)", this->beneath ()->shortname ());
3129 this->beneath ()->get_tracepoint_status (arg0, arg1);
3130 target_debug_printf_nofunc ("<- %s->get_tracepoint_status (%s, %s)",
target.h 1090 virtual void get_tracepoint_status (tracepoint *tp,
target.c 649 return current_inferior ()->top_target ()->get_tracepoint_status (tp, utp);
remote.c 1076 void get_tracepoint_status (tracepoint *tp, struct uploaded_tp *utp)
14204 remote_target::get_tracepoint_status (tracepoint *tp,

Completed in 76 milliseconds