From 2334596062fb2ee0345fc067596f1a1845181d3a Mon Sep 17 00:00:00 2001 From: Jonathan Grant Date: Wed, 27 May 2020 22:52:15 +0100 Subject: [PATCH] add gdb@sourceware.org to help output Signed-off-by: Jonathan Grant --- gdb/main.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gdb/main.c b/gdb/main.c index 59cb14161b..3ee0ba8d81 100644 --- a/gdb/main.c +++ b/gdb/main.c @@ -328,7 +328,7 @@ get_init_files (std::vector *system_gdbinit, sizeof (struct stat))) localinit = GDBINIT; } - + initialized = 1; } @@ -504,7 +504,7 @@ enum cmdarg_kind /* Option type -ix. */ CMDARG_INIT_FILE, - + /* Option type -iex. */ CMDARG_INIT_COMMAND }; @@ -644,7 +644,7 @@ captured_main_1 (struct captured_main_args *context) /* There will always be an interpreter. Either the one passed into this captured main, or one specified by the user at start up, or - the console. Initialize the interpreter to the one requested by + the console. Initialize the interpreter to the one requested by the application. */ interpreter_p = xstrdup (context->interpreter_p); @@ -1394,5 +1394,8 @@ GDB manual (available as on-line info or a printed manual).\n\ if (REPORT_BUGS_TO[0] && stream == gdb_stdout) fprintf_unfiltered (stream, _("\ Report bugs to \"%s\".\n\ +"), REPORT_BUGS_TO); + fprintf_unfiltered (stream, _("\ +GDB mailing list \"mailto:gdb@sourceware.org\"\n\ "), REPORT_BUGS_TO); } -- 2.17.1