From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13414 invoked by alias); 15 May 2013 11:31:24 -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 13404 invoked by uid 89); 15 May 2013 11:31:23 -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 11:31:22 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MMU002007RU0O00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Wed, 15 May 2013 14:31:19 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MMU001V4807XY50@a-mtaout23.012.net.il>; Wed, 15 May 2013 14:31:19 +0300 (IDT) Date: Wed, 15 May 2013 11:31: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: <51936CAF.2090508@codesourcery.com> To: mbilal Cc: palves@redhat.com, gdb-patches@sourceware.org, jan.kratochvil@redhat.com Reply-to: Eli Zaretskii Message-id: <83mwrw5vjw.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> X-SW-Source: 2013-05/txt/msg00517.txt.bz2 > Date: Wed, 15 May 2013 16:08:31 +0500 > From: mbilal > CC: > > In This patch Default location of History file has been changed to user > home directory (~/.gdb_history). Any reasons why we should be changing the default? Is it bad to have a different history file in each project's directory? The patches for the documentation parts are approved. Thanks.