From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4545 invoked by alias); 7 May 2013 10:17:52 -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 4530 invoked by uid 89); 7 May 2013 10:17:50 -0000 X-Spam-SWARE-Status: No, score=-4.7 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; Tue, 07 May 2013 10:17:49 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1UZexv-0003EM-1N from Hafiz_Abid@mentor.com ; Tue, 07 May 2013 03:17:47 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 7 May 2013 03:17:47 -0700 Received: from abidh-ubunto1104 (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; Tue, 7 May 2013 11:17:45 +0100 Date: Tue, 07 May 2013 10:17:00 -0000 From: "Abid, Hafiz" Subject: Re: [PATCH 7/7] PR gdb/15224 should "set history save on" by default To: mbilal CC: , , In-Reply-To: <51877D03.1080608@codesourcery.com> (from mbilal@codesourcery.com on Mon May 6 10:50:59 2013) Message-ID: <1367921864.2238.3@abidh-ubunto1104> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-SW-Source: 2013-05/txt/msg00192.txt.bz2 On 06/05/13 10:50:59, mbilal wrote: > Here is doc and news entry. >=20 > Index: doc/gdb.texinfo > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 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=20=20 > the > -@code{set history filename} command. By default, this option is=20=20 > disabled. > +@code{set history filename} command. By default, this option is=20=20 > enabled. >=20 > @item set history save off > Stop recording command history in a file. > Index: doc/ChangeLog > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 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. This is not very clear. May be you can use something like "Mention that=20= =20 'set history save' is 'on' by default." > + > 2013-04-29 Tom Tromey >=20 > PR python/14204: > Index: NEWS > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > 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 @@ >=20 > *** Changes since GDB 7.6 >=20 > +* The command 'history save' is now default enabled. How about "is now enabled by default." > +Disabled 'history save' on testsuiltes. Maintainers can tell for sure but I think this does not need to be=20=20 added in NEWS. > + > * New commands: > catch rethrow > Like "catch throw", but catches a re-thrown exception. >=20 >=20 > Thanks, > -Bilal