mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Add target_ops argument to to_stop_recording
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_stop_recording>: Add argument. * target.c (target_stop_recording): Add argument. * record.c (record_stop): Add argument. * record-btrace.c (record_btrace_stop_recording): Add 'self' argument.
This commit is contained in:
@ -927,7 +927,7 @@ struct target_ops
|
||||
enum btrace_read_type type);
|
||||
|
||||
/* Stop trace recording. */
|
||||
void (*to_stop_recording) (void);
|
||||
void (*to_stop_recording) (struct target_ops *);
|
||||
|
||||
/* Print information about the recording. */
|
||||
void (*to_info_record) (void);
|
||||
|
Reference in New Issue
Block a user