From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28590 invoked by alias); 30 May 2011 07:49:05 -0000 Received: (qmail 28575 invoked by uid 22791); 30 May 2011 07:49:03 -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, 30 May 2011 07:48:40 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QQxDK-0007FP-T4; Mon, 30 May 2011 03:48:38 -0400 Date: Mon, 30 May 2011 07:49: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, 30 May 2011 03:37:06 -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/msg00676.txt.bz2 > From: Kevin Pouget > Date: Mon, 30 May 2011 03:37:06 -0400 > Cc: gdb-patches@sourceware.org > > + This function is maintained for backward compatibility and is now deprecated > + in favor of @code{gdb.BreakpointEvent.breakpoints()}. Thanks, but please remove the "()" part, because it doesn't belong to the name of the method.