mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
Add target_ops argument to to_save_trace_data
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_save_trace_data>: Add argument. (target_save_trace_data): Add argument. * target.c (update_current_target): Update. * remote.c (remote_save_trace_data): Add 'self' argument.
This commit is contained in:
@ -890,7 +890,7 @@ update_current_target (void)
|
||||
(int (*) (struct target_ops *, int, LONGEST *))
|
||||
return_zero);
|
||||
de_fault (to_save_trace_data,
|
||||
(int (*) (const char *))
|
||||
(int (*) (struct target_ops *, const char *))
|
||||
tcomplain);
|
||||
de_fault (to_upload_tracepoints,
|
||||
(int (*) (struct uploaded_tp **))
|
||||
|
Reference in New Issue
Block a user