From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4503 invoked by alias); 5 Apr 2012 16:27:11 -0000 Received: (qmail 4475 invoked by uid 22791); 5 Apr 2012 16:27:07 -0000 X-SWARE-Spam-Status: No, hits=-2.0 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 mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Apr 2012 16:26:53 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0M2000E00LOFTX00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Thu, 05 Apr 2012 19:26:52 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.252.114]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0M2000DJYLOQJ5P0@a-mtaout22.012.net.il>; Thu, 05 Apr 2012 19:26:52 +0300 (IDT) Date: Thu, 05 Apr 2012 16:27:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Add bp_location to Python interface In-reply-to: To: Kevin Pouget Cc: tromey@redhat.com, gdb-patches@sourceware.org, pmuldoon@redhat.com Reply-to: Eli Zaretskii Message-id: <83r4w2b0v7.fsf@gnu.org> References: <83r4z8eqoa.fsf@gnu.org> <87zkaxn9zf.fsf@fleche.redhat.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: 2012-04/txt/msg00070.txt.bz2 > From: Kevin Pouget > Date: Tue, 3 Apr 2012 12:34:50 +0200 > Cc: gdb-patches@sourceware.org, pmuldoon@redhat.com, > Eli Zaretskii > > +A breakpoint location is represented by a @code{gdb.BpLocation} object, > +which offers the following attributes (all read only). Breakpoint location ^^ Two spaces here, please. OK with that change. Thanks.