Searched refs:get_tracepoint_status (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtracefile-tfile.c71 void get_tracepoint_status (struct breakpoint *tp,
641 tfile_target::get_tracepoint_status (struct breakpoint *tp, struct uploaded_tp *utp) function in class:tfile_target
H A Dtarget-delegates.c126 void get_tracepoint_status (struct breakpoint *arg0, struct uploaded_tp *arg1) override;
297 void get_tracepoint_status (struct breakpoint *arg0, struct uploaded_tp *arg1) override;
3183 target_ops::get_tracepoint_status (struct breakpoint *arg0, struct uploaded_tp *arg1) function in class:target_ops
3185 this->beneath ()->get_tracepoint_status (arg0, arg1);
3189 dummy_target::get_tracepoint_status (struct breakpoint *arg0, struct uploaded_tp *arg1) function in class:dummy_target
3195 debug_target::get_tracepoint_status (struct breakpoint *arg0, struct uploaded_tp *arg1) function in class:debug_target
3197 fprintf_unfiltered (gdb_stdlog, "-> %s->get_tracepoint_status (...)\n", this->beneath ()->shortname ());
3198 this->beneath ()->get_tracepoint_status (arg0, arg1);
3199 fprintf_unfiltered (gdb_stdlog, "<- %s->get_tracepoint_status (", this->beneath ()->shortname ());
H A Dtarget.h1014 virtual void get_tracepoint_status (struct breakpoint *tp,
2268 (current_top_target ()->get_tracepoint_status) (tp, utp)
H A Dremote.c614 void get_tracepoint_status (struct breakpoint *tp, struct uploaded_tp *utp)
13294 remote_target::get_tracepoint_status (struct breakpoint *bp,
13279 remote_target::get_tracepoint_status (struct breakpoint *bp, function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtracefile-tfile.c71 void get_tracepoint_status (struct breakpoint *tp,
641 tfile_target::get_tracepoint_status (struct breakpoint *tp, struct uploaded_tp *utp) function in class:tfile_target
H A Dtarget-delegates.c146 void get_tracepoint_status (struct breakpoint *arg0, struct uploaded_tp *arg1) override;
320 void get_tracepoint_status (struct breakpoint *arg0, struct uploaded_tp *arg1) override;
3217 target_ops::get_tracepoint_status (struct breakpoint *arg0, struct uploaded_tp *arg1) function in class:target_ops
3219 this->beneath ()->get_tracepoint_status (arg0, arg1);
3223 dummy_target::get_tracepoint_status (struct breakpoint *arg0, struct uploaded_tp *arg1) function in class:dummy_target
3229 debug_target::get_tracepoint_status (struct breakpoint *arg0, struct uploaded_tp *arg1) function in class:debug_target
3231 gdb_printf (gdb_stdlog, "-> %s->get_tracepoint_status (...)\n", this->beneath ()->shortname ());
3232 this->beneath ()->get_tracepoint_status (arg0, arg1);
3233 gdb_printf (gdb_stdlog, "<- %s->get_tracepoint_status (", this->beneath ()->shortname ());
H A Dtarget.h1043 virtual void get_tracepoint_status (struct breakpoint *tp,
H A Dtarget.c673 return current_inferior ()->top_target ()->get_tracepoint_status (tp, utp);
H A Dremote.c610 void get_tracepoint_status (struct breakpoint *tp, struct uploaded_tp *utp)
13562 remote_target::get_tracepoint_status (struct breakpoint *bp,

Completed in 427 milliseconds