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


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.


Attachment: PR2424gdb.texinfo.diff
Description: Text document


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