]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Add target_ops argument to to_rcmd
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:34:48 +0000 (21:34 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:45:56 +0000 (07:45 -0700)
commit1aac633be67ac452b4e8948362549f8760a19af0
tree594094722119f3c1022f3c4b910a5aebdf397ff6
parent1eab8a48bf928ab7337833c785ec1316edbdbc8a
Add target_ops argument to to_rcmd

2014-02-19  Tom Tromey  <tromey@redhat.com>

* target.h (struct target_ops) <to_rcmd>: Add argument.
(target_rcmd): Add argument.
* target.c (debug_to_rcmd): Add argument.
(update_current_target, do_monitor_command): Update.
* remote.c (remote_rcmd): Add 'self' argument.
* monitor.c (monitor_rcmd): Add 'self' argument.
gdb/ChangeLog
gdb/monitor.c
gdb/remote.c
gdb/target.c
gdb/target.h