From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18368 invoked by alias); 7 Oct 2011 07:40:42 -0000 Received: (qmail 18355 invoked by uid 22791); 7 Oct 2011 07:40:40 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Oct 2011 07:40:25 +0000 Received: by vws16 with SMTP id 16so3603651vws.0 for ; Fri, 07 Oct 2011 00:40:24 -0700 (PDT) Received: by 10.52.92.212 with SMTP id co20mr1400260vdb.119.1317973223264; Fri, 07 Oct 2011 00:40:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.180.75 with HTTP; Fri, 7 Oct 2011 00:40:03 -0700 (PDT) In-Reply-To: <83zkhfgww6.fsf@gnu.org> References: <83zkhfgww6.fsf@gnu.org> From: Kevin Pouget Date: Fri, 07 Oct 2011 07:40:00 -0000 Message-ID: Subject: Re: [RFC - Python] New ObjFile event To: Eli Zaretskii , tromey@redhat.com Cc: gdb-patches@sourceware.org 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-10/txt/msg00187.txt.bz2 On Wed, Oct 5, 2011 at 7:40 PM, Eli Zaretskii wrote: >> From: Kevin Pouget >> Date: Wed, 5 Oct 2011 13:10:18 +0200 >> Cc: gdb-patches@sourceware.org >> >> + =A0** A new event "gdb.newobjfile" has been added. >> + > > Maybe say also something like "triggered by loading a new object file." > >> +@item events.new_objfile >> +Emits @code{gdb.NewObjFileEvent} which indicates that a new object-file= has > > "object file", without the hyphen. > >> +been loaded by @value{GDBN}. @code{gdb.NewObjFileEvent} has one attribu= te: > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0^^ > Two spaces, please. > > Okay with those changes. > > Thanks. > commited with the modifications you asked for: http://sourceware.org/ml/gdb-cvs/2011-10/msg00034.html thanks, Kevin