aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-10-16 14:03:18 +0000
committerPedro Alves <palves@redhat.com>2008-10-16 14:03:18 +0000
commit5c952c9bcba64067d4108613aecab69f432677c0 (patch)
tree46da54ad0ee0da24d37e007684a43e11090e09ee /gdb/target.h
parenta08702d64763b3c67aafc3f10b0e077187a8e551 (diff)
downloadgdb-5c952c9bcba64067d4108613aecab69f432677c0.zip
gdb-5c952c9bcba64067d4108613aecab69f432677c0.tar.gz
gdb-5c952c9bcba64067d4108613aecab69f432677c0.tar.bz2
* remote.c (push_remote_target): Delete.
* target.h (push_remote_target): Delete declaration.
Diffstat (limited to 'gdb/target.h')
-rw-r--r--gdb/target.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/target.h b/gdb/target.h
index 067c031..e3537c4 100644
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -1301,9 +1301,6 @@ extern int default_target_signal_to_host (struct gdbarch *,
/* Convert from a number used in a GDB command to an enum target_signal. */
extern enum target_signal target_signal_from_command (int);
-/* Any target can call this to switch to remote protocol (in remote.c). */
-extern void push_remote_target (char *name, int from_tty);
-
/* Set the show memory breakpoints mode to show, and installs a cleanup
to restore it back to the current value. */
extern struct cleanup *make_show_memory_breakpoints_cleanup (int show);