mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
convert to_trace_init
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_trace_init. * target.h (struct target_ops) <to_trace_init>: Use TARGET_DEFAULT_RETURN.
This commit is contained in:
@ -801,7 +801,8 @@ struct target_ops
|
||||
/* Tracepoint-related operations. */
|
||||
|
||||
/* Prepare the target for a tracing run. */
|
||||
void (*to_trace_init) (struct target_ops *);
|
||||
void (*to_trace_init) (struct target_ops *)
|
||||
TARGET_DEFAULT_NORETURN (tcomplain ());
|
||||
|
||||
/* Send full details of a tracepoint location to the target. */
|
||||
void (*to_download_tracepoint) (struct target_ops *,
|
||||
|
Reference in New Issue
Block a user