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][patch 3/9] export hooks mechanism to Python


> Observers look like a useful feature in GDB to be used by scripts,
> IMHO we should think about ways to make it available to python, and consider
> turning it into a stable exported interface...

Exposing some events to Python sounds pretty reasonable, but I also
prefer if we did not expose the observers directly, for the reasons
that Daniel explained. The event at the Python would be very well
defined and (hopefully) stable while we are free to modify the observers.

-- 
Joel


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