From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 608 invoked by alias); 30 Oct 2006 04:08:38 -0000 Received: (qmail 599 invoked by uid 22791); 30 Oct 2006 04:08:37 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (192.114.186.73) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Oct 2006 04:08:35 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-199-163.inter.net.il [80.230.199.163]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id AVW16446 (AUTH halo1); Mon, 30 Oct 2006 06:08:28 +0200 (IST) Date: Mon, 30 Oct 2006 04:08:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: gdb@sourceware.org In-reply-to: <20061029204933.GA11060@nevyn.them.org> (message from Daniel Jacobowitz on Sun, 29 Oct 2006 15:49:34 -0500) Subject: Re: How to recall the commands run in previous gdb session? Reply-to: Eli Zaretskii References: <366c6f340610291235u2d8a430el92c6c5353134c37e@mail.gmail.com> <20061029204933.GA11060@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00290.txt.bz2 > Date: Sun, 29 Oct 2006 15:49:34 -0500 > From: Daniel Jacobowitz > Cc: gdb@sourceware.org > > Someone else asked me about this last week. I've been thinking about > adjusting it to use ~/.gdb_history instead of ./.gdb_history by default > and then enabling it by default. After all, everyone seems to assume > their shell will save CLI history, why shouldn't we? I agree with turning history saving on by default, but why change the location of .gdb_history? That'd be an incompatible change, and I don't see the justification for such a change. Do you?