From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66387 invoked by alias); 27 Aug 2019 15:27:25 -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 65792 invoked by uid 89); 27 Aug 2019 15:27:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-14.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=excludes X-HELO: mail-wr1-f66.google.com Received: from mail-wr1-f66.google.com (HELO mail-wr1-f66.google.com) (209.85.221.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 27 Aug 2019 15:27:23 +0000 Received: by mail-wr1-f66.google.com with SMTP id c3so19238631wrd.7 for ; Tue, 27 Aug 2019 08:27:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=cGs6sjpaMMrNcZ39SFuMivDt/j96+kiBtt/3jeRCe3k=; b=PpqTym2ZFEk64pUT+Ztl1TZHGfufgkiGxYnAdCL5dhyjQoEAh9DgYAiO2RWGfaw4YK yA37h5MGmAPbDP2zgQaPQyESpj8FBnQZUimtbXzM2hacUNr5bAEm5ehXDYmpDDUDHhrI 33j/BtODHTvjmiGRYakrF9vjzBvhR/WKAqD23K4ll7YqIiS2nXENLMvW2yeR3l0+F3J3 0f+dkz2oO0pjWKvcVp3IiaKhoCAlasDN7u/CgjlyknfUC68h2ahQkzl+s5bie2n7kqjd L5PLpPjNK+y2mplEa3ojYcbZZJBRvPXWscPYg8WWNRiGxz1wg2Mp/E8hAtxXtDbfJjzV 9jRA== Return-Path: Received: from localhost (host86-161-16-231.range86-161.btcentralplus.com. [86.161.16.231]) by smtp.gmail.com with ESMTPSA id f6sm38540210wrh.30.2019.08.27.08.27.20 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 27 Aug 2019 08:27:20 -0700 (PDT) Date: Tue, 27 Aug 2019 15:27:00 -0000 From: Andrew Burgess To: gdb-patches@sourceware.org Subject: Re: [PATCH 1/7] gdb: Add new -n flag to some info commands Message-ID: <20190827152719.GP6076@embecosm.com> References: <83o91fl9b9.fsf@gnu.org> <20190730210245.GN23204@embecosm.com> <83blxai7f5.fsf@gnu.org> <20190826155159.GM6076@embecosm.com> <83h863gas2.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83h863gas2.fsf@gnu.org> X-Fortune: The eyes of taxes are upon you. X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00610.txt.bz2 * Eli Zaretskii [2019-08-26 19:18:53 +0300]: > > Date: Mon, 26 Aug 2019 16:52:00 +0100 > > From: Andrew Burgess > > Cc: gdb-patches@sourceware.org, Richard.Bunt@arm.com > > > > + ** The "info variables", "info functions", and "whereis" commands > > + now take a '-n' flag that excludes non-debug symbols (symbols > > + from the symbol table, not from the debug info such as DWARf) > ^ > A typo. > > Other than that, the documentation parts are OK. > > Thanks. Thanks, This patch is now pushed. Andrew