mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 20:12:01 +08:00
convert to_get_raw_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_get_raw_trace_data. * target.h (struct target_ops) <to_get_raw_trace_data>: Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
@ -881,7 +881,8 @@ struct target_ops
|
||||
TARGET_DEFAULT_RETURN (0);
|
||||
|
||||
LONGEST (*to_get_raw_trace_data) (struct target_ops *, gdb_byte *buf,
|
||||
ULONGEST offset, LONGEST len);
|
||||
ULONGEST offset, LONGEST len)
|
||||
TARGET_DEFAULT_NORETURN (tcomplain ());
|
||||
|
||||
/* Get the minimum length of instruction on which a fast tracepoint
|
||||
may be set on the target. If this operation is unsupported,
|
||||
|
Reference in New Issue
Block a user