mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Add target_ops argument to to_download_trace_state_variable
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_download_trace_state_variable>: Add argument. (target_download_trace_state_variable): Add argument. * target.c (update_current_target): Update. * remote.c (remote_download_trace_state_variable): Add 'self' argument.
This commit is contained in:
@ -858,7 +858,7 @@ update_current_target (void)
|
||||
(int (*) (struct target_ops *))
|
||||
return_zero);
|
||||
de_fault (to_download_trace_state_variable,
|
||||
(void (*) (struct trace_state_variable *))
|
||||
(void (*) (struct target_ops *, struct trace_state_variable *))
|
||||
tcomplain);
|
||||
de_fault (to_enable_tracepoint,
|
||||
(void (*) (struct bp_location *))
|
||||
|
Reference in New Issue
Block a user