[PATCH v4 2/2] compile: Add 'set compile-gcc'

Eli Zaretskii eliz@gnu.org
Sun May 24 19:31:00 GMT 2015


> From: Jan Kratochvil <jan.kratochvil@redhat.com>
> Cc: Phil Muldoon <pmuldoon@redhat.com>
> Date: Sun, 24 May 2015 20:58:00 +0200
> 
> gdb/doc/ChangeLog
> 2015-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
> 
> 	* doc/gdb.texinfo (Compiling and Injecting Code): Add to subsection
> 	Compiler search for the compile command descriptions of set
> 	compile-gcc and show compile-gcc.

Please have the subsection name in quotes.

> +set|show compile-gcc
> +  Set and show compilation command used for compiling and injecting code
> +  with the compile commands.
              ^^^^^^^
'compile'

> +  add_setshow_filename_cmd ("compile-gcc", class_support,
> +			    &compile_gcc,
> +			    _("Set compile command GCC driver filename"),
> +			    _("Show compile command GCC driver filename"),
> +			    _("\
> +It should be absolute pathname to the gcc executable.\n\
                         ^^^^^^^^^^^
"filename of"

> +If set, it is the main command @code{gcc}, found usually for example
                                  ^^^^^
@command

> +under name @code{x86_64-linux-gnu-gcc}.
              ^^^^^
@file

OK with those fixed.

Thanks.



More information about the Gdb-patches mailing list