mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
convert to_save_trace_data
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_save_trace_data. * target.h (struct target_ops) <to_save_trace_data>: Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
@ -869,7 +869,8 @@ struct target_ops
|
||||
int tsv, LONGEST *val)
|
||||
TARGET_DEFAULT_RETURN (0);
|
||||
|
||||
int (*to_save_trace_data) (struct target_ops *, const char *filename);
|
||||
int (*to_save_trace_data) (struct target_ops *, const char *filename)
|
||||
TARGET_DEFAULT_NORETURN (tcomplain ());
|
||||
|
||||
int (*to_upload_tracepoints) (struct target_ops *,
|
||||
struct uploaded_tp **utpp);
|
||||
|
Reference in New Issue
Block a user