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] Support targets that know how to continue over breakpoints[2/4] -- Doc


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


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