From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5093 invoked by alias); 8 May 2013 17:18:53 -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 5084 invoked by uid 89); 8 May 2013 17:18:52 -0000 X-Spam-SWARE-Status: No, score=-8.4 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 08 May 2013 17:18:52 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r48HIoZi005687 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 8 May 2013 13:18:50 -0400 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r48HIm9U019271; Wed, 8 May 2013 13:18:48 -0400 Message-ID: <518A88F8.5040104@redhat.com> Date: Wed, 08 May 2013 17:18:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 MIME-Version: 1.0 To: mbilal CC: gdb-patches@sourceware.org, jan.kratochvil@redhat.com Subject: Re: [PATCH 7/7] PR gdb/15224 should "set history save on" by default 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> In-Reply-To: <518A0BC9.2030506@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-05/txt/msg00291.txt.bz2 The default history file path also changed, and that needs to be documented as well, both manual and NEWS. On 05/08/2013 09:24 AM, mbilal wrote: > 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 -- Pedro Alves