Searched refs:enable_tracepoint (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c121 void enable_tracepoint (struct bp_location *arg0) override;
292 void enable_tracepoint (struct bp_location *arg0) override;
3071 target_ops::enable_tracepoint (struct bp_location *arg0) function in class:target_ops
3073 this->beneath ()->enable_tracepoint (arg0);
3077 dummy_target::enable_tracepoint (struct bp_location *arg0) function in class:dummy_target
3083 debug_target::enable_tracepoint (struct bp_location *arg0) function in class:debug_target
3085 fprintf_unfiltered (gdb_stdlog, "-> %s->enable_tracepoint (...)\n", this->beneath ()->shortname ());
3086 this->beneath ()->enable_tracepoint (arg0);
3087 fprintf_unfiltered (gdb_stdlog, "<- %s->enable_tracepoint (", this->beneath ()->shortname ());
H A Dtarget.h993 virtual void enable_tracepoint (struct bp_location *location)
2253 (current_top_target ()->enable_tracepoint) (loc)
H A Dremote.c604 void enable_tracepoint (struct bp_location *location) override;
13149 remote_target::enable_tracepoint (struct bp_location *location)
13134 remote_target::enable_tracepoint (struct bp_location *location) function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-delegates.c141 void enable_tracepoint (struct bp_location *arg0) override;
315 void enable_tracepoint (struct bp_location *arg0) override;
3105 target_ops::enable_tracepoint (struct bp_location *arg0) function in class:target_ops
3107 this->beneath ()->enable_tracepoint (arg0);
3111 dummy_target::enable_tracepoint (struct bp_location *arg0) function in class:dummy_target
3117 debug_target::enable_tracepoint (struct bp_location *arg0) function in class:debug_target
3119 gdb_printf (gdb_stdlog, "-> %s->enable_tracepoint (...)\n", this->beneath ()->shortname ());
3120 this->beneath ()->enable_tracepoint (arg0);
3121 gdb_printf (gdb_stdlog, "<- %s->enable_tracepoint (", this->beneath ()->shortname ());
H A Dtarget.h1022 virtual void enable_tracepoint (struct bp_location *location)
H A Dtarget.c643 return current_inferior ()->top_target ()->enable_tracepoint (loc);
H A Dremote.c600 void enable_tracepoint (struct bp_location *location) override;
13416 remote_target::enable_tracepoint (struct bp_location *location)

Completed in 424 milliseconds