From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24765 invoked by alias); 23 May 2011 10:51:40 -0000 Received: (qmail 24756 invoked by uid 22791); 23 May 2011 10:51:39 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_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, 23 May 2011 10:51:26 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QOSjM-0002XU-Fl; Mon, 23 May 2011 06:51:24 -0400 Date: Mon, 23 May 2011 10:51: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, 23 May 2011 05:38:54 -0400) Subject: Re: [PATCH] Handle multiple breakpoint hits in Python interface 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-05/txt/msg00518.txt.bz2 > From: Kevin Pouget > Date: Mon, 23 May 2011 05:38:54 -0400 > Cc: gdb-patches@sourceware.org > > 2011-04-22 Kevin Pouget > > Handle multiple breakpoint hits in Python interface: > * gdb.texinfo (Events In Python): Indicate that multiple breakpoint > may have been hit and rename the variable to breakpoints. This part is OK, except... > +@defivar BreakpointEvent breakpoint > +A reference to the first breakpoint that was hit of type @code{gdb.Breakpoint}. > +(Legacy support.) ^^^^^^^^^^^^^^^^^ ...this. What is that phrase in parens for? Can it be removed? Thanks.