* server.c (monitor_show_help): Add "exit".
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.c
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.02532 seconds and 4 git commands to generate.