From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15538 invoked by alias); 8 May 2013 16:51:28 -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 15526 invoked by uid 89); 8 May 2013 16:51:28 -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,RCVD_IN_HOSTKARMA_YE,SPF_SOFTFAIL autolearn=no version=3.3.1 Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 08 May 2013 16:51:17 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MMH00M00O09J300@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 08 May 2013 19:51:02 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MMH00LYVO505XO0@a-mtaout22.012.net.il>; Wed, 08 May 2013 19:51:00 +0300 (IDT) Date: Wed, 08 May 2013 16:51:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 7/7] PR gdb/15224 should "set history save on" by default In-reply-to: <518A0BC9.2030506@codesourcery.com> To: mbilal Cc: palves@redhat.com, gdb-patches@sourceware.org, jan.kratochvil@redhat.com Reply-to: Eli Zaretskii Message-id: <834nede7pr.fsf@gnu.org> References: <51877A32.1030503@codesourcery.com> <51877A99.4060503@codesourcery.com> <51877B42.7@codesourcery.com> <51877BC6.6080007@codesourcery.com> <51877D03.1080608@codesourcery.com> <518A0BC9.2030506@codesourcery.com> X-SW-Source: 2013-05/txt/msg00286.txt.bz2 > Date: Wed, 8 May 2013 13:24:41 +0500 > From: mbilal > > On 05/06/2013 02:50 PM, mbilal wrote: > > Here is doc and news entry. > > > > Index: doc/gdb.texinfo > > =================================================================== > > RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v > > retrieving revision 1.1084 > > diff -u -p -r1.1084 gdb.texinfo > > --- doc/gdb.texinfo 29 Apr 2013 17:32:43 -0000 1.1084 > > +++ doc/gdb.texinfo 6 May 2013 09:28:27 -0000 > > @@ -21286,7 +21286,7 @@ is not set. > > @item set history save > > @itemx set history save on > > Record command history in a file, whose name may be specified with the > > -@code{set history filename} command. By default, this option is > > disabled. > > +@code{set history filename} command. By default, this option is > > enabled. > > > > @item set history save off > > Stop recording command history in a file. > > Index: doc/ChangeLog > > =================================================================== > > RCS file: /cvs/src/src/gdb/doc/ChangeLog,v > > retrieving revision 1.1452 > > diff -u -p -r1.1452 ChangeLog > > --- doc/ChangeLog 29 Apr 2013 17:32:43 -0000 1.1452 > > +++ doc/ChangeLog 6 May 2013 09:28:56 -0000 > > @@ -1,3 +1,8 @@ > > +2013-05-06 Muhammad Bilal > > + > > + PR gdb/15224: > > + * gdb.texinfo (Command history): Set history save enabled. > > + > > 2013-04-29 Tom Tromey > > > > PR python/14204: > > Index: NEWS > > =================================================================== > > RCS file: /cvs/src/src/gdb/NEWS,v > > retrieving revision 1.593 > > diff -u -p -r1.593 NEWS > > --- NEWS 16 Apr 2013 14:36:53 -0000 1.593 > > +++ NEWS 6 May 2013 09:30:13 -0000 > > @@ -3,6 +3,9 @@ > > > > *** Changes since GDB 7.6 > > > > +* The command 'history save' is now default enabled. > > +Disabled 'history save' on testsuiltes. > > + > > * New commands: > > catch rethrow > > Like "catch throw", but catches a re-thrown exception. > > > > > > Thanks, > > -Bilal > ping AFAIR, you got comments, but this patch does not reflect them. Did you send the correct diffs?