This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC - Python] New ObjFile event


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

thanks,

Kevin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]