From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26671 invoked by alias); 7 Oct 2011 07:54:44 -0000 Received: (qmail 26662 invoked by uid 22791); 7 Oct 2011 07:54:43 -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-vx0-f169.google.com (HELO mail-vx0-f169.google.com) (209.85.220.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Oct 2011 07:54:29 +0000 Received: by vcbfo14 with SMTP id fo14so3610848vcb.0 for ; Fri, 07 Oct 2011 00:54:29 -0700 (PDT) Received: by 10.52.100.68 with SMTP id ew4mr1451502vdb.102.1317974068938; Fri, 07 Oct 2011 00:54:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.180.75 with HTTP; Fri, 7 Oct 2011 00:54:06 -0700 (PDT) In-Reply-To: References: <83zkhfgww6.fsf@gnu.org> From: Kevin Pouget Date: Fri, 07 Oct 2011 07:54: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/msg00188.txt.bz2 On Fri, Oct 7, 2011 at 9:40 AM, Kevin Pouget wrote: > 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-fil= e has >> >> "object file", without the hyphen. >> >>> +been loaded by @value{GDBN}. @code{gdb.NewObjFileEvent} has one attrib= ute: >> =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 > I've also commited http://sourceware.org/ml/gdb-cvs/2011-10/msg00035.html to fix the mistake I did with ChangeLogs, everything was is gdb/ChangeLog instead of testsuite/ChangeLog and doc/ChangeLog, sorry for that