mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
convert to_download_trace_state_variable
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_download_trace_state_variable. * target.h (struct target_ops) <to_download_trace_state_variable>: Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
@ -816,7 +816,8 @@ 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);
|
||||
struct trace_state_variable *tsv)
|
||||
TARGET_DEFAULT_NORETURN (tcomplain ());
|
||||
|
||||
/* Enable a tracepoint on the target. */
|
||||
void (*to_enable_tracepoint) (struct target_ops *,
|
||||
|
Reference in New Issue
Block a user