From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3348 invoked by alias); 24 Oct 2011 13:01:03 -0000 Received: (qmail 3333 invoked by uid 22791); 24 Oct 2011 13:01:02 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_40,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 24 Oct 2011 13:00:45 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RIK8y-0002Nm-AJ; Mon, 24 Oct 2011 09:00:44 -0400 Date: Mon, 24 Oct 2011 13:20:00 -0000 Message-Id: From: Eli Zaretskii To: Kevin Pouget CC: tromey@redhat.com, gdb-patches@sourceware.org In-reply-to: (message from Kevin Pouget on Mon, 24 Oct 2011 11:14:42 +0200) Subject: Re: [RFC] Python Finish Breakpoints Reply-to: Eli Zaretskii References: 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: 2011-10/txt/msg00625.txt.bz2 > From: Kevin Pouget > Date: Mon, 24 Oct 2011 11:14:42 +0200 > Cc: gdb-patches@sourceware.org > > I've updated the doc and testsuite accordingly, and as far as I've > seen, there is no regression on X86_64/Fedora > (I need still need to improve my test environment) Thanks. > +@subsubsection Finish Breakpoints > + > +@cindex python finish breakpoints > +@tindex gdb.FinishBreakpoint No @node? Why not? > +extends @code{gdb.Breakpoint}. The underlying breakpoint will be disabled ^^^^^^^^^^ A typo. > +and deleted when the execution will run out of the breakoint scope (i.e.@: ^^^^^^^^^ Another one. > +breakpoint to become invisible to the user. @xref{Breakpoints In Python} > +for further details about this argument. You need a comma after the braces (didn't "make info" bitch at you?). > +In some circonstances (e.g.@: @code{longjmp}, C++ exceptions, @value{GDBN} ^^^^^^^^^^^^^ A typo. Also, we use "C@{++}" throughout the document, it looks prettier in print. > +@code{return} command, ...), a function may not properly terminate, and thus ^^^ Please use @dots{} here instead of literal dots. > +was not computable. This attribute is not writable. Two blanks, please. Okay with these changes.