From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2881 invoked by alias); 16 Apr 2008 13:17:44 -0000 Received: (qmail 2859 invoked by uid 22791); 16 Apr 2008 13:17:41 -0000 X-Spam-Check-By: sourceware.org Received: from qnxmail.qnx.com (HELO nimbus.ott.qnx.com) (209.226.137.76) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 16 Apr 2008 13:17:17 +0000 Received: by nimbus.ott.qnx.com with Internet Mail Service (5.5.2653.19) id <2FVSAKG2>; Wed, 16 Apr 2008 09:17:14 -0400 Message-ID: <4805FC65.60003@qnx.com> From: Aleksandar Ristovski To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [patch] gdb/doc - PR2424 fix Date: Wed, 16 Apr 2008 18:56:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) user-agent: Thunderbird 2.0.0.12 (Windows/20080213) Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C89FC4.2DF0A9CF" X-IsSubscribed: yes 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 X-SW-Source: 2008-04/txt/msg00305.txt.bz2 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C89FC4.2DF0A9CF Content-Type: text/plain; charset="iso-8859-1" Content-length: 846 Eli Zaretskii wrote: >> @@ -19107,7 +19108,7 @@ >> ^running >> (gdb) >> @@Hello world >> -*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[], >> +*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{func="foo", args=[], >> file="hello.c",fullname="/home/foo/bar/hello.c",line="13"@} > > The new line is too long, and will overflow the page margin in the > printed version of the manual. Please break it at a earlier place. > >> @@ -20565,7 +20566,7 @@ >> ^running >> >> (gdb) >> -*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main", >> +*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{func="main" , >> args=[],file="try.c",fullname="/home/foo/bar/try.c",line="5"@} >> (gdb) > > Same here. > > Other than that, the patch is approved. > Committed, final patch attached. ------_=_NextPart_000_01C89FC4.2DF0A9CF Content-Type: text/plain; name="PR2424gdb.texinfo.diff" Content-Disposition: attachment; filename="PR2424gdb.texinfo.diff" Content-length: 2703 Index: gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.480 diff -u -r1.480 gdb.texinfo --- gdb.texinfo 9 Apr 2008 13:29:53 -0000 1.480 +++ gdb.texinfo 16 Apr 2008 13:12:36 -0000 @@ -18145,7 +18145,7 @@ -> -exec-run <- ^running <- (gdb) -<- *stopped,reason="breakpoint-hit",bkptno="1",thread-id="0", +<- *stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0", frame=@{addr="0x08048564",func="main", args=[@{name="argc",value="1"@},@{name="argv",value="0xbfc4d4d4"@}], file="myprog.c",fullname="/home/nickrob/myprog.c",line="68"@} @@ -18247,7 +18247,8 @@ @smallexample (gdb) -break-insert main -^done,bkpt=@{number="1",addr="0x000100d0",file="hello.c", +^done,bkpt=@{number="1",type="breakpoint",disp="keep", +enabled="y",addr="0x000100d0",func="main",file="hello.c", fullname="/home/foo/hello.c",line="5",times="0"@} (gdb) -break-after 1 3 @@ -19107,8 +19108,9 @@ ^running (gdb) @@Hello world -*stopped,reason="breakpoint-hit",bkptno="2",frame=@{func="foo",args=[], -file="hello.c",fullname="/home/foo/bar/hello.c",line="13"@} +*stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame=@{ +func="foo",args=[],file="hello.c",fullname="/home/foo/bar/hello.c", +line="13"@} (gdb) @end smallexample @@ -19287,7 +19289,7 @@ 000-exec-run 000^running (gdb) -000*stopped,reason="breakpoint-hit",bkptno="1", +000*stopped,reason="breakpoint-hit",disp="keep",bkptno="1", frame=@{func="callee4",args=[], file="../../../devo/gdb/testsuite/gdb.mi/basics.c", fullname="/home/foo/bar/devo/gdb/testsuite/gdb.mi/basics.c",line="8"@} @@ -19333,7 +19335,7 @@ -exec-run ^running (gdb) -*stopped,reason="breakpoint-hit",bkptno="1", +*stopped,reason="breakpoint-hit",disp="keep",bkptno="1", frame=@{func="main",args=[],file="recursive2.c", fullname="/home/foo/bar/recursive2.c",line="4"@} (gdb) @@ -20565,8 +20567,9 @@ ^running (gdb) -*stopped,reason="breakpoint-hit",bkptno="1",frame=@{func="main", -args=[],file="try.c",fullname="/home/foo/bar/try.c",line="5"@} +*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",frame=@{ +func="main",args=[],file="try.c",fullname="/home/foo/bar/try.c", +line="5"@} (gdb) -data-list-changed-registers ^done,changed-registers=["0","1","2","4","5","6","7","8","9", @@ -22016,7 +22019,7 @@ -exec-run ^running (gdb) -*stopped,reason="breakpoint-hit",bkptno="1",thread-id="0", +*stopped,reason="breakpoint-hit",disp="keep",bkptno="1",thread-id="0", frame=@{addr="0x080484ed",func="main",args=[@{name="argc",value="1"@}, @{name="argv",value="0xbfb60364"@}],file="myprog.c", fullname="/home/nickrob/myprog.c",line="73"@} ------_=_NextPart_000_01C89FC4.2DF0A9CF--