From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2066 invoked by alias); 15 May 2013 12:07:43 -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 1997 invoked by uid 89); 15 May 2013 12:07:43 -0000 X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.1 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 15 May 2013 12:07:42 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1UcaUd-0005fk-8R from Muhammad_Bilal@mentor.com ; Wed, 15 May 2013 05:07:39 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Wed, 15 May 2013 05:07:38 -0700 Received: from [137.202.157.37] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server (TLS) id 14.2.247.3; Wed, 15 May 2013 13:07:36 +0100 Message-ID: <51937A87.2030403@codesourcery.com> Date: Wed, 15 May 2013 12:07:00 -0000 From: mbilal User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: CC: , , Subject: Re: [PATCH 5/7] PR gdb/15224 , Change the default set history filename to ~/.gdb_history. 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> In-Reply-To: <51936CAF.2090508@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2013-05/txt/msg00518.txt.bz2 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 Thanks, -Bilal