From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19426 invoked by alias); 15 May 2013 13:27:10 -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 19417 invoked by uid 89); 15 May 2013 13:27:10 -0000 X-Spam-SWARE-Status: No, score=-4.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 15 May 2013 13:27:08 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MMU00200DAAK800@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Wed, 15 May 2013 16:26:54 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MMU002XSDCUJ940@a-mtaout23.012.net.il>; Wed, 15 May 2013 16:26:54 +0300 (IDT) Date: Wed, 15 May 2013 13:27:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 5/7] PR gdb/15224 , Change the default set history filename to ~/.gdb_history. In-reply-to: <51937A87.2030403@codesourcery.com> To: mbilal Cc: palves@redhat.com, gdb-patches@sourceware.org, jan.kratochvil@redhat.com Reply-to: Eli Zaretskii Message-id: <83ehd85q79.fsf@gnu.org> 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> X-SW-Source: 2013-05/txt/msg00526.txt.bz2 > Date: Wed, 15 May 2013 17:07:35 +0500 > From: mbilal > CC: , , > > > On Wednesday, May 15, 2013 4:31 PM Eli wrote: > > >Any reasons why we should be changing the default? Is it bad to have > >a different history file in each project's directory? > > On Mon, 01 Apr 2013 14:29:30 +0200, Jan Kratochvil wrote: > > I see there should be also changed the default to: > > set history filename ~/.gdb_history > > >Otherwise it is a similar pain to ./.gdbinit, it is also non-standard to any > >other normal application which use history files in $HOME, I do not find using > >./.gdb_history by default as acceptable. > All therequirement for this issue has beendiscussed here. > > http://sourceware.org/ml/gdb-patches/2013-04/msg00067.html Sigh... Another gratuitous backward incompatibility creeps in.