From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27600 invoked by alias); 2 Mar 2013 16:19:12 -0000 Received: (qmail 27577 invoked by uid 22791); 2 Mar 2013 16:19:10 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 02 Mar 2013 16:19:02 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MJ100G00JU6TN00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Sat, 02 Mar 2013 18:18:59 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MJ100G8PJZMLDB0@a-mtaout23.012.net.il>; Sat, 02 Mar 2013 18:18:58 +0200 (IST) Date: Sat, 02 Mar 2013 16:19:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Support targets that know how to continue over breakpoints[2/4] -- Doc In-reply-to: <513224AF.6030603@mentor.com> To: Hui Zhu Cc: gdb-patches@sourceware.org, lgustavo@codesourcery.com, palves@redhat.com Reply-to: Eli Zaretskii Message-id: <8338wdvkpl.fsf@gnu.org> References: <51322425.6090007@mentor.com> <513224AF.6030603@mentor.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2013-03/txt/msg00058.txt.bz2 > 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.