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: [RFC/WIP PATCH 06/14] Add base itsets support


> From: Pedro Alves <pedro@codesourcery.com>
> Date: Mon, 28 Nov 2011 15:39:26 +0000
> 
> +  add_com ("defset", no_class, defset_command, _("\
> +Add a new inferior.\n\

No, you didn't mean that.

> +  add_com ("undefset", no_class, undefset_command, _("\
> +Add a new inferior.\n\

Nor this.

> +  add_com ("whichsets", no_class, whichsets_command, _("\
> +Add a new inferior.\n\

This, neither.

> +  add_com ("viewset", no_class, viewset_command, _("\
> +Add a new inferior.\n\

Nor that.

> +  add_info ("itsets", itsets_info, _("\
> +Display the list of defined named itsets.  You can specify numbers (e.g. \"info itsets 1 3\"), \

You cannot have periods in the first line of a doc string, because all
the rest will be truncated by, e.g., `apropos'.


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