diff options
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.h b/gdb/target.h index b97f142..d7580ac 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -957,7 +957,7 @@ struct target_ops /* Send full details of a trace state variable to the target. */ void (*to_download_trace_state_variable) (struct target_ops *, - struct trace_state_variable *tsv) + const trace_state_variable &tsv) TARGET_DEFAULT_NORETURN (tcomplain ()); /* Enable a tracepoint on the target. */ |