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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c120 void download_trace_state_variable (const trace_state_variable &arg0) override;
291 void download_trace_state_variable (const trace_state_variable &arg0) override;
3049 target_ops::download_trace_state_variable (const trace_state_variable &arg0) function in class:target_ops
3051 this->beneath ()->download_trace_state_variable (arg0);
3055 dummy_target::download_trace_state_variable (const trace_state_variable &arg0) function in class:dummy_target
3061 debug_target::download_trace_state_variable (const trace_state_variable &arg0) function in class:debug_target
3063 fprintf_unfiltered (gdb_stdlog, "-> %s->download_trace_state_variable (...)\n", this->beneath ()->shortname ());
3064 this->beneath ()->download_trace_state_variable (arg0);
3065 fprintf_unfiltered (gdb_stdlog, "<- %s->download_trace_state_variable (", this->beneath ()->shortname ());
H A Dtarget.h989 virtual void download_trace_state_variable (const trace_state_variable &tsv)
2250 (current_top_target ()->download_trace_state_variable) (tsv)
H A Dremote.c602 void download_trace_state_variable (const trace_state_variable &tsv) override;
13126 remote_target::download_trace_state_variable (const trace_state_variable &tsv)
13111 remote_target::download_trace_state_variable (const trace_state_variable &tsv) function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dtarget-delegates.c140 void download_trace_state_variable (const trace_state_variable &arg0) override;
314 void download_trace_state_variable (const trace_state_variable &arg0) override;
3083 target_ops::download_trace_state_variable (const trace_state_variable &arg0) function in class:target_ops
3085 this->beneath ()->download_trace_state_variable (arg0);
3089 dummy_target::download_trace_state_variable (const trace_state_variable &arg0) function in class:dummy_target
3095 debug_target::download_trace_state_variable (const trace_state_variable &arg0) function in class:debug_target
3097 gdb_printf (gdb_stdlog, "-> %s->download_trace_state_variable (...)\n", this->beneath ()->shortname ());
3098 this->beneath ()->download_trace_state_variable (arg0);
3099 gdb_printf (gdb_stdlog, "<- %s->download_trace_state_variable (", this->beneath ()->shortname ());
H A Dtarget.h1018 virtual void download_trace_state_variable (const trace_state_variable &tsv)
H A Dtarget.c637 return target->download_trace_state_variable (tsv);
H A Dremote.c598 void download_trace_state_variable (const trace_state_variable &tsv) override;
13393 remote_target::download_trace_state_variable (const trace_state_variable &tsv)

Completed in 413 milliseconds