From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8135 invoked by alias); 26 Jun 2012 20:16:36 -0000 Received: (qmail 8122 invoked by uid 22791); 26 Jun 2012 20:16:33 -0000 X-SWARE-Spam-Status: No, hits=-5.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-vb0-f41.google.com (HELO mail-vb0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 26 Jun 2012 20:16:21 +0000 Received: by vbkv13 with SMTP id v13so265344vbk.0 for ; Tue, 26 Jun 2012 13:16:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-system-of-record :x-gm-message-state; bh=hHffUL6PE7nhNd2yPT1YWCQuZ8PXiUEbYv5z/pbkBcY=; b=H8+GLHPjbw5CbiBLihRTOvRbXAu3sYoz9T+ASUz7qhOZqb/DSmFTle7GE2bG8zv78Q I6YjH/UTQxKy7tmop1DW5gwY9g0qgrATssVCqg+dtzQTnAhyOaU5PucPMvgTtJGTklE5 fUYFubiX/ehh+Zt2p9LY02yHhapSBXElnK/OsIM8PCRlfEuLc3WzAnwGRPzFFYVbG2MQ l1WfxudIkNoi01oTWkjLwWL4oiCHBzNRXZg2j9qpxP43RVFcRqwYf7OHN4cudaquwRe+ voHK4H+MFHibu366M+woU8Xg/FDdNiLPLB+z3U0mkKZuR4aE1SBqgJhDQjTwdPcpBUmp NOew== Received: by 10.52.240.178 with SMTP id wb18mr10050475vdc.100.1340741779867; Tue, 26 Jun 2012 13:16:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.240.178 with SMTP id wb18mr10050460vdc.100.1340741779586; Tue, 26 Jun 2012 13:16:19 -0700 (PDT) Received: by 10.52.26.132 with HTTP; Tue, 26 Jun 2012 13:16:19 -0700 (PDT) In-Reply-To: <83zk7q82fr.fsf@gnu.org> References: <20120619222645.36C911E26C4@ruffy2.mtv.corp.google.com> <83zk7q82fr.fsf@gnu.org> Date: Tue, 26 Jun 2012 20:16:00 -0000 Message-ID: Subject: Re: [doc RFA] "set debug dwarf2-read" and "set debug symtab-create" From: Doug Evans To: Eli Zaretskii Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-Gm-Message-State: ALoCoQmRQzAP/BLzpgWYEDOJCsVvTyyqYzRtpZyqUcdFnpNpP0lliMM2sLZRFW37Z8yPABx9ygRl8YR3JsBq9hBaumg5p5RR1bma3nrZQsumYGcWMqywDiKepTT8n+XTy3xvktccLjFE0YjDOupjOjVfg0JLmbtXKAUa+TD8CrZv3f7qUxdlbfs9WH+nSck5zQnbS2SLl/0E X-IsSubscribed: yes 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 X-SW-Source: 2012-06/txt/msg00815.txt.bz2 On Tue, Jun 26, 2012 at 9:26 AM, Eli Zaretskii wrote: > > > Date: Tue, 26 Jun 2012 08:45:04 -0700 > > From: Doug Evans > > Cc: gdb-patches > > > > Hi. =A0"Ping." :-) > > Sorry, but your wording was ambiguous: > > > > I'm committing this after a doc RFA. > > I interpreted that as meaning "doc review was already done, I'm > committing this". > > > --- a/gdb/NEWS > > +++ b/gdb/NEWS > > @@ -462,6 +462,16 @@ tstop [NOTES] > > > > =A0* New options > > > > +set debug dwarf2-read > > +show debug dwarf2-read > > + =A0Turns on or off display of GDB info related to reading DWARF debug= ging > > + =A0information. =A0The default is off. > > I'd prefer to say "display of debugging messages related to reading > DWARF debug info". > > > +@item set debug dwarf2-read > > +@cindex DWARF2 Reading > > +Turns on or off display of @value{GDBN} info related to reading > > +DWARF debugging information. =A0The default is off. > > +@item show debug dwarf2-read > > +Show the current state of DWARF2 reader debugging. > > Same here. > > > +@item set debug symtab-create > > +@cindex Symbol Table Creation > > Index entries should start with a lower-case letter. =A0I would simply > lower-case all the words in this entry. > > OK with those changes. > > > Thanks, and sorry for the delay. Committed with the suggested changes. Thanks, and no worries.