mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Add target_ops argument to to_upload_trace_state_variables
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_upload_trace_state_variables>: Add argument. (target_upload_trace_state_variables): Add argument. * target.c (update_current_target): Update. * remote.c (remote_upload_trace_state_variables): Add 'self' argument. (remote_start_remote): Update.
This commit is contained in:
@ -896,7 +896,7 @@ update_current_target (void)
|
||||
(int (*) (struct target_ops *, struct uploaded_tp **))
|
||||
return_zero);
|
||||
de_fault (to_upload_trace_state_variables,
|
||||
(int (*) (struct uploaded_tsv **))
|
||||
(int (*) (struct target_ops *, struct uploaded_tsv **))
|
||||
return_zero);
|
||||
de_fault (to_get_raw_trace_data,
|
||||
(LONGEST (*) (gdb_byte *, ULONGEST, LONGEST))
|
||||
|
Reference in New Issue
Block a user