From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14180 invoked by alias); 7 May 2013 08:42:37 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 14158 invoked by uid 89); 7 May 2013 08:42:34 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 07 May 2013 08:42:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2CEB52ED94; Tue, 7 May 2013 04:42:32 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id I53Ztkxjvdto; Tue, 7 May 2013 04:42:32 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BE8442EBC7; Tue, 7 May 2013 04:42:31 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DB391C2AFA; Tue, 7 May 2013 12:42:25 +0400 (RET) Date: Tue, 07 May 2013 08:42:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [commit] reimplement AIX shared-lib support (v3) Message-ID: <20130507084225.GJ5278@adacore.com> References: <1367850045-26717-1-git-send-email-brobecker@adacore.com> <5187C8A5.50200@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5187C8A5.50200@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-05/txt/msg00182.txt.bz2 > 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