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)


On 05/06/2013 03:20 PM, Joel Brobecker wrote:
> Hello,
> 
> This is the version that I just checked in. 

Yay, you're my hero! :-)

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

> +  /* 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.  :-)

-- 
Pedro Alves


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