[PATCH] Support targets that know how to continue over breakpoints[2/4] -- Doc

Eli Zaretskii eliz@gnu.org
Sat Mar 2 16:19:00 GMT 2013


> Date: Sun, 3 Mar 2013 00:11:27 +0800
> From: Hui Zhu <hui_zhu@mentor.com>
> CC: <lgustavo@codesourcery.com>, Pedro Alves <palves@redhat.com>, Eli
>  Zaretskii <eliz@gnu.org>
> 
> 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.



More information about the Gdb-patches mailing list