* server.c (monitor_show_help): Add "exit".
authorDaniel Jacobowitz <drow@false.org>
Thu, 14 Feb 2008 16:42:55 +0000 (16:42 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 14 Feb 2008 16:42:55 +0000 (16:42 +0000)
gdb/gdbserver/ChangeLog
gdb/gdbserver/server.c

index 05869664379ca79fa5607703076dabc684afb7e1..416a09d73d66776fbcb6ff5e364b43ce65cedcc7 100644 (file)
@@ -1,11 +1,15 @@
+2008-02-14  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * server.c (monitor_show_help): Add "exit".
+
 2008-02-11  Maxim Grigoriev  <maxim2405@gmail.com>
 
-       * gdbserver/Makefile.in (SFILES): Add linux-xtensa-low.c.
+       * Makefile.in (SFILES): Add linux-xtensa-low.c.
        (clean): Add reg-xtensa.c.
        (linux-xtensa-low.o, reg-xtensa.o, reg-xtensa.c): New dependencies.
-       * gdbserver/configure.srv (xtensa*-*-linux*) New target.
-       * gdbserver/linux-xtensa-low.c: New.
-       * gdbserver/xtensa-xtregs.c: New.
+       * configure.srv (xtensa*-*-linux*) New target.
+       * linux-xtensa-low.c: New.
+       * xtensa-xtregs.c: New.
 
 2008-02-01  Pedro Alves  <pedro_alves@portugalmail.pt>
 
index 51dfbcce08c8671b748af5cee11d5ee4d27abc37..bcb440c21fda4d42e42ef2b1a7afa8386426efd1 100644 (file)
@@ -268,6 +268,8 @@ monitor_show_help (void)
   monitor_output ("    Enable general debugging messages\n");  
   monitor_output ("  set remote-debug <0|1>\n");
   monitor_output ("    Enable remote protocol debugging messages\n");
+  monitor_output ("  exit\n");
+  monitor_output ("    Quit GDBserver\n");
 }
 
 #define require_running(BUF)                   \
This page took 0.029472 seconds and 4 git commands to generate.