This is the mail archive of the gdb-patches@sources.redhat.com 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] add selected-frame-level-changed events


Hi,

Here's the follow-up to the gdb-event.sh change which added the "selected-frame-level-changed" event, which adds notifications for this event in the right places.

It would have been nice to just put one notification in select_frame, but as we all know (or should), that function is called WAY to many times internally to be of any use for this purpose. Maybe a fixme is needed?
Why not put it in there anyway?

I think, not putting it in select_frame() is the part that needs the fixme.

Andrew



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