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: [RFA] PR python/13598 - add before_prompt event


>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:

Tom> This adds an event that is emitted just before GDB presents a prompt
Tom> to the user.  This provides Python code a way to react to whatever
Tom> changes might have been made by the previous command.  For example, in
Tom> my GUI I use this to track changes to the selected frame and reflect
Tom> them in the UI.

Tom> Built and regtested on x86-64 Fedora 23.

I'd like to ping this patch again.

I tried the suggested alternate approach, which I mentioned last time I
pinged.  However, that approach did not work out correctly.  And, the
approach taken in this patch is what is used by the TUI to do exactly
the same thing.

So, I'd like to ask you to please reconsider this.

Tom


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