From 6eaaf48b1c3ff871cdcd180c172a72271fe29588 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 12 Apr 2013 08:57:07 +0000 Subject: Implement a new command to show GDB build-time configuration parameters. * top.c (print_gdb_configuration): New function, displays the details about GDB configure-time parameters. (print_gdb_version): Mention "show configuration". * cli/cli-cmds.c (show_configuration): New function. (_initialize_cli_cmds): Add the "show configuration" command. * main.c (captured_main) : New static var. : Use it. If --configuration was given, call print_gdb_configuration. * doc/gdb.texinfo (Mode Options): Document '-configuration'. (Help): Document "show configuration". (Bug Reporting): Add requirements to include the configuration details in bug reports. --- gdb/doc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/doc/ChangeLog') diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index d62a5a6..186e3d7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +2013-04-12 Eli Zaretskii + + * gdb.texinfo (Mode Options): Document '-configuration'. + (Help): Document "show configuration". + (Bug Reporting): Add requirements to include the configuration + details in bug reports. + 2013-04-11 Jan Kratochvil * Makefile.in (MAN1S): Add gcore.1. -- cgit v1.1