This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] gdb/doc - PR2424 fix


> From: Aleksandar Ristovski <ARistovski@qnx.com>
> Date: Tue, 15 Apr 2008 13:13:37 -0400
> 
> The documentation changes for the patch for PR2424.
> 
> (related thread: 
> http://sourceware.org/ml/gdb-patches/2008-04/msg00243.html)
> 
> Thanks,
> Aleksandar Ristovski
> QNX Software Systems

Thanks.

> @@ -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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]