This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC][patch 3/9] export hooks mechanism to Python
- From: Tom Tromey <tromey at redhat dot com>
- To: Thiago Jung Bauermann <bauerman at br dot ibm dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Sun, 15 Jun 2008 16:35:19 -0600
- Subject: Re: [RFC][patch 3/9] export hooks mechanism to Python
- References: <20080429155212.444237503@br.ibm.com> <20080429155304.641779989@br.ibm.com> <20080528212612.GC2969@caradoc.them.org> <m3skw0dekt.fsf@fleche.redhat.com> <20080615183110.xi9zc6qx2iokwwsg@imap.linux.ibm.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Thiago" == Thiago Jung Bauermann <bauerman@br.ibm.com> writes:
>> Yeah, that's right.
Thiago> Here's the new version.
Funnily enough I was just thinking about this code today.
In particular I was wondering if we ought to expose observers to
Python more directly -- say by having a generic way for a Python
object to register with a given observer.
Tom