Hi Eli, Thanks for your review. Post a new version according to your comments. Best, Hui On 03/03/13 00:18, Eli Zaretskii wrote: >> Date: Sun, 3 Mar 2013 00:11:27 +0800 >> From: Hui Zhu >> CC: , Pedro Alves , Eli >> Zaretskii >> >> This is the doc patch for continue over breakpoints function. > > Thanks. > >> +@item ContinueOverBreakpoints >> +The remote stub knows how to continue over breakpoints itself. > > Please remove the "itself" part, it is not needed. > >> If this >> +feature is supported by the target, then @value{GDBN} does not need to >> +lift breakpoints off of the inferior and step over them. This feature > > "... @value{GDBN} does not need to remove breakpoints in order to > step over them." > > >> +only applies to continue requests. This feature is only defined when the > ^^ ^^^^^^^ > Two spaces here. And "available" instead of "defined". > >> +remote stub supports managing breakpoints itself (see @ref{insert >> +breakpoint or watchpoint packet}). > > Please use "@pxref" instead of "see @ref". > >> @value{GDBN} assumes that this feature >> +is applicable to all breakpoints types supported by the stub. > ^^^^^^^^^^^ > "breakpoint", in singular. > > OK with those changes. > 2013-03-03 Luis Machado Pedro Alves Hui Zhu * gdb.texinfo (General Query Packets): Document ContinueOverBreakpoints under qSupported.