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


>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:

Joel> Since you need to be able to write some python code that "reacts to
Joel> *GDB events*", I think that observers are exactly what you are looking
Joel> for.

Tom> Thanks, I will look at that.

In case anybody is wondering about the status of this, today I changed
the Python support to use observers rather than events.  I deleted
some old event-based stuff that I think was not in use, and added a
couple observers.

Tom


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