This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] PR 12999 info macros command.


> Date: Wed, 20 Jul 2011 15:01:10 -0700
> From: Matt Rice <ratmice@gmail.com>
> Cc: gdb-patches@sourceware.org
> 
> Updated the docs, and the 'help' command text for 'info definitions'.
> I added @cindex macros, from debug info
> so it would be near the existing @cindex macros, user-defined

The documentation part of this patch is approved.  Thanks.

> +  add_cmd ("definitions", no_class, info_definitions_command,
> +	   _("Show all definitions of MACRO defined int the current \
> + compilation unit.\n\

"all definitions ... defined" uses the word redundantly.  Suggest to
remove the "defined" part.  Also, there's a typo ("int" should be
"in").


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]