From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7844 invoked by alias); 7 Oct 2011 08:44:39 -0000 Received: (qmail 7833 invoked by uid 22791); 7 Oct 2011 08:44:37 -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 08:44:12 +0000 Received: by vws16 with SMTP id 16so3647665vws.0 for ; Fri, 07 Oct 2011 01:44:12 -0700 (PDT) Received: by 10.52.100.68 with SMTP id ew4mr1589021vdb.102.1317977052132; Fri, 07 Oct 2011 01:44:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.180.75 with HTTP; Fri, 7 Oct 2011 01:43:52 -0700 (PDT) In-Reply-To: References: From: Kevin Pouget Date: Fri, 07 Oct 2011 08:44:00 -0000 Message-ID: Subject: Re: [RFC - Python] New ObjFile event To: Andreas Tobler 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/msg00190.txt.bz2 On Fri, Oct 7, 2011 at 10:36 AM, Andreas Tobler w= rote: > --------- Original Message -------- > From: Kevin Pouget > To: Eli Zaretskii , tromey@redhat.com > Cc: gdb-patches@sourceware.org > Subject: Re: [RFC - Python] New ObjFile event > Date: 07/10/11 09:40 > >> On Wed, Oct 5, 2011 at 7:40 PM, Eli Zaretskii <eliz@gnu.org> wrote: >> >> From: Kevin Pouget <kevin.pouget@gmail.com> >> >> 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 obje= ct > 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 > attribute: >> > =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 > > python/py-newobjfileevent.c: seems to be missing. > > Gruss, > Andreas just commited, should be okay now -- These two files gdb/python : py-newobjfileevent.c gdb/testsuite/gdb.python: py-events-shlib.c were missing in my commit, I've just fixed it with http://sourceware.org/ml/gdb-cvs/2011-10/msg00036.html ... I'm looking forward to the day when GIT will be the main version manager, I didn't know/notice that CVS don't automatically send new files ... sorry for my newbiness :(