From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 92333 invoked by alias); 12 Aug 2015 12:44:09 -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 92324 invoked by uid 89); 12 Aug 2015 12:44:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-ob0-f177.google.com Received: from mail-ob0-f177.google.com (HELO mail-ob0-f177.google.com) (209.85.214.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 12 Aug 2015 12:44:08 +0000 Received: by obbop1 with SMTP id op1so11554463obb.2 for ; Wed, 12 Aug 2015 05:44:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=jVszbSBNuPwkeB2dxzVlYpNXwQbCC+LWk/SBV1oxSv4=; b=CfT0gf3SWmPNSxXTFVOFMCadNY5EaoqZsLzMBdq2X4O90gsB2vH0m4hv4UfoVDvitL L1AKy0qLHMus7SjAC4v56x+1XkmYaDICOuRGrEQDB9NEKiWqHDDdul5klxBx0RWijcM6 7lGzn1Q2kspKe848KzjJCdyEbmoL0p6dVkoAgT57symySp7UV5YtVYXknikLYDuQUtYP k59giIXi+EsJr4iatfYiKi0cCPuaUN2erzC62yooNWWwD+PMX54WQ/LA7OuXEcPP/Gj1 Lhv+qAtCJgmHs+k5KwKT+xJDfbCroKPd1OKbJ7lF97/yBTOMC3udh9NtXW0akAq67UsW YvfQ== X-Gm-Message-State: ALoCoQnyEejWf3eB8FrjXCS1fg/h/YV1CMZFGkR8bZ0GufzIuPvktcO9bmjsQl8HAF2G9XB3YCC5 X-Received: by 10.60.134.78 with SMTP id pi14mr17000540oeb.65.1439383446496; Wed, 12 Aug 2015 05:44:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.56.202 with HTTP; Wed, 12 Aug 2015 05:43:47 -0700 (PDT) In-Reply-To: <55CA7300.6080706@redhat.com> References: <1434572241-16019-1-git-send-email-patrick@parcs.ath.cx> <55828A13.8030703@redhat.com> <5582E3CA.9080407@redhat.com> <55CA7300.6080706@redhat.com> From: Patrick Palka Date: Wed, 12 Aug 2015 12:44:00 -0000 Message-ID: Subject: Re: [PATCH] Test the interaction between GDBHISTSIZE and .gdbinit To: Pedro Alves Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-08/txt/msg00276.txt.bz2 On Tue, Aug 11, 2015 at 6:11 PM, Pedro Alves wrote: > Hi Patrick, > > On 06/18/2015 04:29 PM, Pedro Alves wrote: >> On 06/18/2015 03:47 PM, Patrick Palka wrote: >> >>> Here is an implementation of save_vars (bad name I know) which can >>> successfully replace the manual saving/restoring of globals done in >>> gdbinit-history.exp, gdbhistsize-history.exp and readline.exp. (TCL >>> sure is cool.) >>> >> >> I like it. :-) > > I just found another use for this. AFAICS, Doug was OK with it > as well. > > Mind if we put this in? Done.