* remote.c (push_remote_target): Delete.
authorPedro Alves <palves@redhat.com>
Thu, 16 Oct 2008 14:03:18 +0000 (14:03 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 16 Oct 2008 14:03:18 +0000 (14:03 +0000)
* target.h (push_remote_target): Delete declaration.

gdb/ChangeLog
gdb/remote.c
gdb/target.h

index 965dd0bf6067b55d45b3d852708eb55f4f946556..94b3178e0110f6fcd72647d02c153dc604b9b932 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-16  Pedro Alves  <pedro@codesourcery.com>
+
+       * remote.c (push_remote_target): Delete.
+       * target.h (push_remote_target): Delete declaration.
+
 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
 
        * remote.c (remote_close): Unregister remote_desc from the event
index 5d52cd7e7fdc748ff331472d862a0409f5568fcd..9a473f2f3e905b50a627368623140294e07fae78 100644 (file)
@@ -5995,23 +5995,6 @@ remote_remove_hw_breakpoint (struct bp_target_info *bp_tgt)
                  _("remote_remove_hw_breakpoint: reached end of function"));
 }
 
-/* Some targets are only capable of doing downloads, and afterwards
-   they switch to the remote serial protocol.  This function provides
-   a clean way to get from the download target to the remote target.
-   It's basically just a wrapper so that we don't have to expose any
-   of the internal workings of remote.c.
-
-   Prior to calling this routine, you should shutdown the current
-   target code, else you will get the "A program is being debugged
-   already..." message.  Usually a call to pop_target() suffices.  */
-
-void
-push_remote_target (char *name, int from_tty)
-{
-  printf_filtered (_("Switching to remote protocol\n"));
-  remote_open (name, from_tty);
-}
-
 /* Table used by the crc32 function to calcuate the checksum.  */
 
 static unsigned long crc32_table[256] =
index 067c031d8c94621f391ffdeff67525d029967656..e3537c4cd5a05e702b205bc5d9a82e21b710f13d 100644 (file)
@@ -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);