| commit | 27365c5189999e3326e097d9eef4aeaae88651c1 | [log] [tgz] |
|---|---|---|
| author | Andrew Burgess <aburgess@redhat.com> | Sun Nov 05 21:15:49 2023 +0000 |
| committer | Andrew Burgess <aburgess@redhat.com> | Wed Nov 22 15:20:31 2023 +0000 |
| tree | 26d8fc59cacc058b84abed6b135274b231bdc5cc | |
| parent | df4ffdd8c87b32357f929fb4a861760038f3bbb8 [diff] |
gdbserver: cleanup monitor_show_help
After this commit:
commit 0b04e52316079981b2b77124198a405d826a05cd
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.