Add target_ops argument to to_can_run_breakpoint_commands
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:38:09 +0000 (21:38 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:09 +0000 (07:46 -0700)
commit78eff0ec9d736c4a96bbd18c9bcd643d2a1edcea
treeb7bc1f68c335c175b2ffbbc4b9b0847cc5b5e0ca
parentefcc2da70ea8bdb9153f1e717e84c0b9d976b394
Add target_ops argument to to_can_run_breakpoint_commands

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

* target.h (struct target_ops) <to_can_run_breakpoint_commands>:
Add argument.
(target_can_run_breakpoint_commands): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_can_run_breakpoint_commands): Add 'self'
argument.
(remote_insert_breakpoint): Add 'self' argument.
(remote_insert_hw_breakpoint): Add 'self' argument.
(remote_can_run_breakpoint_commands): Add 'self' argument.
gdb/ChangeLog
gdb/remote.c
gdb/target.c
gdb/target.h