From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10036 invoked by alias); 2 Mar 2020 19:21:27 -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 9322 invoked by uid 89); 2 Mar 2020 19:21:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=history X-HELO: mail-wr1-f46.google.com Received: from mail-wr1-f46.google.com (HELO mail-wr1-f46.google.com) (209.85.221.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Mar 2020 19:21:25 +0000 Received: by mail-wr1-f46.google.com with SMTP id h9so269964wrr.10 for ; Mon, 02 Mar 2020 11:21:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=UzInQ/+99qet1Ey5VldzCIX7++ixnFTox+zbLDAIaA8=; b=XME8Z2+oRDo/dJkyU+rlMBfnFEr6nuDMN2xBi4Oad41U0xPy/bq2H/pj6KKLBnwuVy ebHO8uigudMwA9RsWn1Vvu7rHJZmcCNsCpNBvKqG1maBTrMLigNxtNTkJ6QY3xpwjimC 5AuJhuOlxb5cAFHUVoGQxBh0GqeIe2Mh/Xc/NoiUB5c3pyh+0rDc37vE78/yFSFahTfz LiL4JRqcakgQlIbtbS/ZcHGPQue+I01NRVcdPdS29FTmuo2DFns1DCiKkFAzzaD+7Mzf XF3cEB1aMQ95+MqJCCwk90ynwbg5hcu0HV3U4EpGX6x/unfL0cRvMdzNULheRchiec8p AYVg== Return-Path: Received: from localhost ([212.69.42.53]) by smtp.gmail.com with ESMTPSA id e7sm10028246wrt.70.2020.03.02.11.21.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 02 Mar 2020 11:21:22 -0800 (PST) Date: Mon, 02 Mar 2020 19:21:00 -0000 From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Eli Zaretskii Subject: Re: [PATCHv2] gdb: Allow GDB to _not_ load a previous command history Message-ID: <20200302192122.GT3317@embecosm.com> References: <83d0b8q935.fsf@gnu.org> <20200227123231.30555-1-andrew.burgess@embecosm.com> <83eeufgnk4.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83eeufgnk4.fsf@gnu.org> X-Fortune: Learned men are the cisterns of knowledge, not the fountainheads. 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: 2020-03/txt/msg00041.txt * Eli Zaretskii [2020-02-28 09:48:11 +0200]: > > From: Andrew Burgess > > Cc: Andrew Burgess > > Date: Thu, 27 Feb 2020 12:32:31 +0000 > > > > Updated the docs following Eli's suggestion. No changes to anything > > else. > > Thanks. I have a few nits: > > > +The @code{GDBHISTFILE} environment variable is read after processing > > +any @value{GDBN} initialization files (@xref{Startup}) and after > ^^^^^ > @pxref > > > +The @code{GDBHISTSIZE} environment variable is read after processing > > +any @value{GDBN} initialization files (@xref{Startup}) and after > > Likewise. Thanks for the review. I fixed this issues and pushed this patch. Thanks, Andrew