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: [commit] reimplement AIX shared-lib support (v3)


> Yay, you're my hero! :-)

:-D

> > gdb/ChangeLog:
> > 
> >         * features/library-list-aix.dtd: New file.
> 
> I think we should document this in the manual?  We
> document library-list-svr4 there too.

Yes, you are right. Upon trying to document it, and looking at
how the other XML formats are described in the manual, I realized
that maybe it would be better if the XML used library-list-aix
instead of just library-list. It would be more consistent, I think,
with what is done for instance with SVR4, but also avoid any
confusion with the library-list. WDYT? I'll document what's
currently checked in, but it's very easy to change.

> > +  /* Debug this file's internals.  */
> > +  add_setshow_boolean_cmd ("aix-solib", class_maintenance,
> > +			   &solib_aix_debug, _("\
> > +Control the debugging traces for the solib-aix module."), _("\
> > +Show whether solib-aix debugging traces are enabled."), _("\
> > +When on, solib-aix debugging traces are enabled."),
> > +                            NULL,
> > +                            show_solib_aix_debug,
> > +                            &setdebuglist, &showdebuglist);
> 
> This too.  :-)

I started with the easy one :-)
http://www.sourceware.org/ml/gdb-patches/2013-05/msg00178.html

-- 
Joel


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