]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/target.h
Add target_ops argument to to_upload_trace_state_variables
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:42:42 +0000 (21:42 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:29 +0000 (07:46 -0700)
commit181e3713ebe09eb7ee9119d2d214553ed37f5b29
treeae514c16b29c797109a81d53accd3e95f3a30717
parentab6617cc1b3d544e14fdfb0df0ea21c0a7fcc5f4
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.
gdb/ChangeLog
gdb/remote.c
gdb/target.c
gdb/target.h