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


On Monday 28 November 2011 18:47:03, Eli Zaretskii wrote:
> > 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.

Thanks.  Will fix all of this.

> > +  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'.

Ah, forgot about that.  Thanks.

-- 
Pedro Alves


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