From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2613 invoked by alias); 15 Sep 2011 12:31:00 -0000 Received: (qmail 2600 invoked by uid 22791); 15 Sep 2011 12:30:57 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-vw0-f43.google.com (HELO mail-vw0-f43.google.com) (209.85.212.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 15 Sep 2011 12:30:41 +0000 Received: by vws10 with SMTP id 10so4157313vws.30 for ; Thu, 15 Sep 2011 05:30:41 -0700 (PDT) Received: by 10.52.175.230 with SMTP id cd6mr936584vdc.251.1316089841130; Thu, 15 Sep 2011 05:30:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.178.11 with HTTP; Thu, 15 Sep 2011 05:30:21 -0700 (PDT) In-Reply-To: <834o0we0he.fsf@gnu.org> References: <834o0we0he.fsf@gnu.org> From: Kevin Pouget Date: Thu, 15 Sep 2011 12:34:00 -0000 Message-ID: Subject: Re: [PATCH] Handle multiple breakpoint hits in Python interface To: gdb-patches@sourceware.org Cc: pedro@codesourcery.com, tromey@redhat.com, Eli Zaretskii Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-09/txt/msg00267.txt.bz2 commited http://sourceware.org/ml/gdb-cvs/2011-09/msg00085.html thanks, Kevin On Thu, Sep 1, 2011 at 5:38 PM, Eli Zaretskii wrote: >> From: Kevin Pouget >> Date: Thu, 1 Sep 2011 13:28:30 +0200 >> Cc: tromey@redhat.com, gdb-patches@sourceware.org >> >> 2011-04-30 =A0Kevin Pouget =A0 >> >> =A0 =A0 =A0 Handle multiple breakpoint hits in Python interface: >> =A0 =A0 =A0 * gdb.texinfo (Events In Python): New function documentation: >> =A0 =A0 =A0 gdb.BreakpointEvent.breakpoints. Indicate that >> =A0 =A0 =A0 gdb.BreakpointEvent.breakpoint is now deprecated. > > This version is fine with me. =A0Thanks. >