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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c118 void download_tracepoint (struct bp_location *arg0) override;
289 void download_tracepoint (struct bp_location *arg0) override;
3002 target_ops::download_tracepoint (struct bp_location *arg0) function in class:target_ops
3004 this->beneath ()->download_tracepoint (arg0);
3008 dummy_target::download_tracepoint (struct bp_location *arg0) function in class:dummy_target
3014 debug_target::download_tracepoint (struct bp_location *arg0) function in class:debug_target
3016 fprintf_unfiltered (gdb_stdlog, "-> %s->download_tracepoint (...)\n", this->beneath ()->shortname ());
3017 this->beneath ()->download_tracepoint (arg0);
3018 fprintf_unfiltered (gdb_stdlog, "<- %s->download_tracepoint (", this->beneath ()->shortname ());
H A Dtarget.h980 virtual void download_tracepoint (struct bp_location *location)
2244 (current_top_target ()->download_tracepoint) (t)
H A Dremote.c598 void download_tracepoint (struct bp_location *location) override;
12868 remote_target::download_tracepoint (struct bp_location *loc)
12853 remote_target::download_tracepoint (struct bp_location *loc) function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-delegates.c138 void download_tracepoint (struct bp_location *arg0) override;
312 void download_tracepoint (struct bp_location *arg0) override;
3036 target_ops::download_tracepoint (struct bp_location *arg0) function in class:target_ops
3038 this->beneath ()->download_tracepoint (arg0);
3042 dummy_target::download_tracepoint (struct bp_location *arg0) function in class:dummy_target
3048 debug_target::download_tracepoint (struct bp_location *arg0) function in class:debug_target
3050 gdb_printf (gdb_stdlog, "-> %s->download_tracepoint (...)\n", this->beneath ()->shortname ());
3051 this->beneath ()->download_tracepoint (arg0);
3052 gdb_printf (gdb_stdlog, "<- %s->download_tracepoint (", this->beneath ()->shortname ());
H A Dtarget.h1009 virtual void download_tracepoint (struct bp_location *location)
H A Dtarget.c623 return current_inferior ()->top_target ()->download_tracepoint (location);
H A Dremote.c594 void download_tracepoint (struct bp_location *location) override;
13136 remote_target::download_tracepoint (struct bp_location *loc)
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dtracepoint.cc1387 static void download_tracepoint (struct tracepoint *);
2607 /* download_tracepoint will update global `tracepoints'
2649 download_tracepoint (tpoint);
6204 download_tracepoint (struct tracepoint *tpoint) function
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dtracepoint.cc1379 static void download_tracepoint (struct tracepoint *);
2599 /* download_tracepoint will update global `tracepoints'
2641 download_tracepoint (tpoint);
6166 download_tracepoint (struct tracepoint *tpoint) function

Completed in 231 milliseconds