From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14308 invoked by alias); 1 Aug 2013 22:17:14 -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 14290 invoked by uid 89); 1 Aug 2013 22:17:13 -0000 X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO mail-ob0-f180.google.com) (209.85.214.180) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 01 Aug 2013 22:17:12 +0000 Received: by mail-ob0-f180.google.com with SMTP id up14so5011150obb.11 for ; Thu, 01 Aug 2013 15:17:04 -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:x-gm-message-state; bh=fblo8c4Ugk54VgQExhkasEtqXWE997+ffT3Tmky9+ps=; b=algppU9dGyB5E3OmrIPBuql4FSGX6ZM6LnEfikb6ZmRJMVfFkaZUFnhLIf+4eP//VA WN//juBQ3SADxGQEYxnXG2sLpMbls1NmWPgGNB/lLf3BJ0TVxlMXJH6SiTjok1iioDOW irYCMNjrdR6XGRK45zXG31XXBJM7qxCgvebnuDXj9Jk/C8yIA0BasX6njZzoVbvpYg3L dp9cC0R2ZcMtli2a1Nrw1TIj+TL54wkVAjVWubh0H1TcmfKrwozvcnWFvETZlas17A3F uvBKJLJOBJcLXw5CWcReDIIuBsbV43DgfgMoScOR3WuKWW6PBuiwNX1KOof0RNqSm5EA gr6Q== MIME-Version: 1.0 X-Received: by 10.43.0.67 with SMTP id nl3mr360097icb.2.1375395424705; Thu, 01 Aug 2013 15:17:04 -0700 (PDT) Received: by 10.64.239.148 with HTTP; Thu, 1 Aug 2013 15:17:04 -0700 (PDT) In-Reply-To: <87li4lh10h.fsf@fleche.redhat.com> References: <51877A32.1030503@codesourcery.com> <51877A99.4060503@codesourcery.com> <51877B42.7@codesourcery.com> <51877BC6.6080007@codesourcery.com> <51877C76.2000509@codesourcery.com> <518A0BA8.9000703@codesourcery.com> <51936CAF.2090508@codesourcery.com> <51937A87.2030403@codesourcery.com> <83ehd85q79.fsf@gnu.org> <519CFF3D.4080001@redhat.com> <83bo82ucpv.fsf@gnu.org> <519D099F.7090101@redhat.com> <83a9nmu8l0.fsf@gnu.org> <519D1EE6.10404@redhat.com> <87li4lh10h.fsf@fleche.redhat.com> Date: Thu, 01 Aug 2013 22:17:00 -0000 Message-ID: Subject: Re: [PATCH 5/7] PR gdb/15224 , Change the default set history filename to ~/.gdb_history. From: Doug Evans To: Tom Tromey Cc: Pedro Alves , Eli Zaretskii , mbilal@codesourcery.com, gdb-patches , Jan Kratochvil Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkQbu/r82Kzlx+OtmmzpFGupkqF0AM2hR6ec/FPjw2jHBUZacfBsawPiNQ8qUpaSMl0yivfRcAtEN6vfnD9ABtsjnEdu1ER4RiCox28IGkdFxpNS71QJexjKP8UomgTq0Ny6x4ENwlLWzttzvPY3rFgkl57E2AElBKVzXMXx7s/eTuEBYgidErTuNFICEQ9AC1lhtjO0wsM2j94m27LOwtJge70YQ== X-SW-Source: 2013-08/txt/msg00051.txt.bz2 On Thu, Aug 1, 2013 at 8:41 AM, Tom Tromey wrote: >>>>>> "Pedro" == Pedro Alves writes: > > Pedro> The default has been to not save the history at all. > Pedro> When weighing the pros and cons, I believe the pros outweigh the cons. > Pedro> That's just my opinion, and I've just tried to clarify why I have it. > > I've re-read this thread and I agree that the change should be made. I concur.