aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-rdp.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-05-09 18:44:49 +0000
committerMichael Snyder <msnyder@vmware.com>2002-05-09 18:44:49 +0000
commitbef35864eb3bf54647c0805638227cc672d9ce89 (patch)
tree458eb2d52dd1a181eaac12261528021cc566860e /gdb/remote-rdp.c
parent166a1957276c7830c4ddfb172176c1b9c35cf021 (diff)
downloadgdb-bef35864eb3bf54647c0805638227cc672d9ce89.zip
gdb-bef35864eb3bf54647c0805638227cc672d9ce89.tar.gz
gdb-bef35864eb3bf54647c0805638227cc672d9ce89.tar.bz2
2002-05-09 Michael Snyder <msnyder@redhat.com>
* remote-rdp.c (remote_rdp_can_run): Remove.
Diffstat (limited to 'gdb/remote-rdp.c')
-rw-r--r--gdb/remote-rdp.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/gdb/remote-rdp.c b/gdb/remote-rdp.c
index d713a67..280e79c 100644
--- a/gdb/remote-rdp.c
+++ b/gdb/remote-rdp.c
@@ -1363,13 +1363,6 @@ remote_rdp_create_inferior (char *exec_file, char *allargs, char **env)
proceed (entry_point, TARGET_SIGNAL_DEFAULT, 0);
}
-/* Accept any stray run/attach commands */
-static int
-remote_rdp_can_run (void)
-{
- return 1;
-}
-
/* Attach doesn't need to do anything */
static void
remote_rdp_attach (char *args, int from_tty)
@@ -1431,7 +1424,7 @@ init_remote_rdp_ops (void)
remote_rdp_ops.to_reported_exec_events_per_exec_call = NULL;
remote_rdp_ops.to_has_exited = NULL;
remote_rdp_ops.to_mourn_inferior = generic_mourn_inferior;
- remote_rdp_ops.to_can_run = remote_rdp_can_run;
+ remote_rdp_ops.to_can_run = NULL;
remote_rdp_ops.to_notice_signals = 0;
remote_rdp_ops.to_thread_alive = 0;
remote_rdp_ops.to_stop = 0;