mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Add target_ops argument to to_goto_record_begin
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_goto_record_begin>: Add argument. * target.c (target_goto_record_begin): Add argument. * record-full.c (record_full_goto_begin): Add 'self' argument. * record-btrace.c (record_btrace_goto_begin): Add 'self' argument.
This commit is contained in:
@ -942,7 +942,7 @@ struct target_ops
|
||||
int (*to_record_is_replaying) (struct target_ops *);
|
||||
|
||||
/* Go to the begin of the execution trace. */
|
||||
void (*to_goto_record_begin) (void);
|
||||
void (*to_goto_record_begin) (struct target_ops *);
|
||||
|
||||
/* Go to the end of the execution trace. */
|
||||
void (*to_goto_record_end) (void);
|
||||
|
Reference in New Issue
Block a user