diff options
author | Jonny Grant <jg@jguk.org> | 2020-06-11 10:30:03 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2020-06-11 10:30:36 -0400 |
commit | 4412332f4b3a4ec570c378ff98ec671dd83a2959 (patch) | |
tree | e2a1b0b898aa445d7b90892bf8353b9060305d2a /gdb/ChangeLog | |
parent | 2f33032a93f24ccc0c0d2f23e2a3ec0442f638d4 (diff) | |
download | gdb-4412332f4b3a4ec570c378ff98ec671dd83a2959.zip gdb-4412332f4b3a4ec570c378ff98ec671dd83a2959.tar.gz gdb-4412332f4b3a4ec570c378ff98ec671dd83a2959.tar.bz2 |
gdb: add mailing list and IRC information to --help
A few user-vibisble changes to the --help output:
* Remove unnecessary quotes around bug url.
* Mention the mailing list and IRC channel as places where users can
ask GDB-related questions.
* Add empty lines between items in the footer, to improve readability.
* Remove unnecessary new line at the end of output.
2020-06-09 Jonny Grant <jg@jguk.org>
2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
* main.c (captured_main_1): Don't print new line after help.
(print_gdb_help): add mailing list and IRC channel information
to --help. Add new lines between items in the footer. Remove
quotes around bug url.
Signed-off-by: Jonathan Grant <jg@jguk.org>
Change-Id: Ibd0746a348d558fb35b5cd7e366f107742806565
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e006943..e5008f6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2020-06-09 Jonny Grant <jg@jguk.org> +2020-06-09 Simon Marchi <simon.marchi@polymtl.ca> + + * main.c (captured_main_1): Don't print new line after help. + (print_gdb_help): add mailing list and IRC channel information + to --help. Add new lines between items in the footer. Remove + quotes around bug url. + 2020-06-11 Keith Seitz <keiths@redhat.com> PR gdb/21356 |