From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25790 invoked by alias); 8 May 2013 17:09:06 -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 25779 invoked by uid 89); 8 May 2013 17:09:06 -0000 X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_05,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 08 May 2013 17:09:05 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MMH00A00NPCDK00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Wed, 08 May 2013 20:08:29 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MMH00A15OY2HS00@a-mtaout21.012.net.il>; Wed, 08 May 2013 20:08:27 +0300 (IDT) Date: Wed, 08 May 2013 17:09:00 -0000 From: Eli Zaretskii Subject: Re: [RFA, doc RFA] Rename "maint check-symtabs" to "maint check-psymtabs" In-reply-to: To: Doug Evans Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83y5bpcsc8.fsf@gnu.org> References: X-SW-Source: 2013-05/txt/msg00289.txt.bz2 > Date: Tue, 07 May 2013 18:02:59 -0700 > From: Doug Evans > > 1) Rename "maint check-symtabs" to "maint check-psymtabs". > 2) Add -n option to "maint check-psymtabs" to prevent symtab expansion. > 3) Add "maint check-symtabs". > > The new "maint check-symtabs" command is pretty minimal at the moment, > it only contains what I need at present. > We can always add whatever other consistency/sanity checks we want to > it in the future. > > Ok to check in? The documentation parts are OK with one comment: > +@kindex maint check-psymtabs > +@item maint check-psymtabs [-n] > +Check the consistency of psymtabs versus symtabs. > +Use this to check, for example, whether a symbol is one but not the other. Did you mean "a symbol is in one but not the other"? IOW, did you omit "in"? Thanks.