Home
last modified time | relevance | path

Searched refs:upload_trace_state_variables (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtarget-delegates.c153 int upload_trace_state_variables (struct uploaded_tsv **arg0) override;
330 int upload_trace_state_variables (struct uploaded_tsv **arg0) override;
3255 target_ops::upload_trace_state_variables (struct uploaded_tsv **arg0) in upload_trace_state_variables() function
3257 return this->beneath ()->upload_trace_state_variables (arg0); in upload_trace_state_variables()
3261 dummy_target::upload_trace_state_variables (struct uploaded_tsv **arg0) in upload_trace_state_variables() function
3267 debug_target::upload_trace_state_variables (struct uploaded_tsv **arg0) in upload_trace_state_variables() function
3271 = this->beneath ()->upload_trace_state_variables (arg0); in upload_trace_state_variables()
Dtarget.h1109 virtual int upload_trace_state_variables (struct uploaded_tsv **utsvp)
Dtarget.c691 return target->upload_trace_state_variables (utsvp); in target_upload_trace_state_variables()
Dremote.c1058 int upload_trace_state_variables (struct uploaded_tsv **utsvp) override;
5227 upload_trace_state_variables (&uploaded_tsvs); in start_remote_1()
15453 remote_target::upload_trace_state_variables (struct uploaded_tsv **utsvp) in upload_trace_state_variables() function