From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26091 invoked by alias); 7 Oct 2011 08:37:19 -0000 Received: (qmail 25930 invoked by uid 22791); 7 Oct 2011 08:37:18 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx1.flashcable.ch (HELO mx1.flashcable.ch) (81.92.96.30) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 Oct 2011 08:37:01 +0000 Received: from localhost (localhost [127.0.0.1]) by mx1.flashcable.ch (8.13.8/8.13.8/Submit_local) with ESMTP id p978adra003351; Fri, 7 Oct 2011 10:36:39 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Received: from phpmailer (borderline21.nexus-ag.com [212.203.104.226]) by localhost with HTTPS (UebiMiau); Fri, 7 Oct 2011 10:36:39 +0200 Date: Fri, 07 Oct 2011 08:37:00 -0000 To: KevinPouget Cc: gdb-patches@sourceware.org From: Andreas Tobler Reply-to: Andreas Tobler Subject: Re: [RFC - Python] New ObjFile event Message-ID: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="iso-8859-1" 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/msg00189.txt.bz2 --------- 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 > >> > >> +  ** 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 attribute: > >                              ^^ > > 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