aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-17 21:36:42 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:46:03 -0700
commit19db3e69f3d107ea02b97335daf429a660e6cf97 (patch)
tree27a53cc624182c3dead1333152341510f64b40de /gdb/remote.c
parent1e6b91a4bf6911ea68506a73eb8ff7ab3567f005 (diff)
downloadgdb-19db3e69f3d107ea02b97335daf429a660e6cf97.zip
gdb-19db3e69f3d107ea02b97335daf429a660e6cf97.tar.gz
gdb-19db3e69f3d107ea02b97335daf429a660e6cf97.tar.bz2
Add target_ops argument to to_can_execute_reverse
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_can_execute_reverse>: Add argument. (target_can_execute_reverse): Add argument. * remote.c (remote_can_execute_reverse): Add 'self' argument. * record-full.c (record_full_can_execute_reverse): Add 'self' argument. * record-btrace.c (record_btrace_can_execute_reverse): Add 'self' argument.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r--gdb/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c
index 2b499a3..10d87b1 100644
--- a/gdb/remote.c
+++ b/gdb/remote.c
@@ -10215,7 +10215,7 @@ remote_command (char *args, int from_tty)
}
static int
-remote_can_execute_reverse (void)
+remote_can_execute_reverse (struct target_ops *self)
{
if (remote_protocol_packets[PACKET_bs].support == PACKET_ENABLE
|| remote_protocol_packets[PACKET_bc].support == PACKET_ENABLE)