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] Add set/show display-linkname command


> Date: Thu, 21 Mar 2013 12:04:34 -0700
> From: Michael Eager <eager@eagerm.com>
> 
> Updated patch which fixes garbled output.

Thanks.  This needs a suitable patch for the manual, to document this
new command, and also for NEWS.

> +  add_setshow_boolean_cmd ("display-linkname", class_support, &disp_linkname, _("\
> +Set whether to display linkage name for functions."), _("\
> +Show whether to display linkage name for functions."), NULL,
> +			   NULL,
> + 			   show_disp_linkname,
> +			   &setlist, &showlist);

If this setting controls display of linkage name, why is the command
called "display-linkname" and not "display-linkage-name"?

Also, I think we need to explain what is a "linkage name" in the doc
string, because otherwise this doc string is 100% unhelpful, as it
says nothing at all about its purpose.


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