Eliminate exceptions.c:print_any_exception.
[deliverable/binutils-gdb.git] / gdb / serial.c
index d4435089d1ddcc132fc54e040e09f37ca6cae27c..f7e0de5e6a8b0ab081440757d6658afd486c40cc 100644 (file)
@@ -615,7 +615,7 @@ serial_set_cmd (char *args, int from_tty)
 {
   printf_unfiltered ("\"set serial\" must be followed "
                     "by the name of a command.\n");
-  help_list (serial_set_cmdlist, "set serial ", -1, gdb_stdout);
+  help_list (serial_set_cmdlist, "set serial ", all_commands, gdb_stdout);
 }
 
 static void
This page took 0.023957 seconds and 4 git commands to generate.