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


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



2013-03-03  Luis Machado  <lgustavo@codesourcery.com>
	    Pedro Alves  <pedro@codesourcery.com>
	    Hui Zhu  <hui_zhu@mentor.com>

	* gdb.texinfo (General Query Packets): Document
	ContinueOverBreakpoints under qSupported.

Attachment: remote-cob-doc.txt
Description: Text document


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