mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
gdbserver: cleanup monitor_show_help
After this commit:
commit 0b04e52316
Date: Sun Jan 19 14:33:37 2014 -0700
link gdbserver against libiberty
we can cleanup how the help text is generated in monitor_show_help.
This doesn't change the output that the user will see -- it just folds
multiple monitor_output calls into one.
There should be no user visible change after this commit.
This commit is contained in:
@@ -1153,9 +1153,7 @@ monitor_show_help (void)
|
||||
monitor_output (" Enable event loop debugging messages\n");
|
||||
monitor_output (" set debug-format option1[,option2,...]\n");
|
||||
monitor_output (" Add additional information to debugging messages\n");
|
||||
monitor_output (" Options: all, none");
|
||||
monitor_output (", timestamp");
|
||||
monitor_output ("\n");
|
||||
monitor_output (" Options: all, none, timestamp\n");
|
||||
monitor_output (" exit\n");
|
||||
monitor_output (" Quit GDBserver\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user