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: [PATCH:MI] Event notification


On Tue, Jun 10, 2008 at 01:39:34PM +1200, Nick Roberts wrote:
>  >                                                             ... I
>  > think that the frame changed observer will fire too often;
>  > select_frame is often used with cleanups to temporarily select another
>  > frame.
> 
> How about conditioning it so that it only fires when the target isn't running,
> e.g., with the up, down, frame, -stack-select-frame etc commands?

It's not about when the target is running.  Consider updating varobjs;
for every varobj with an associated frame, we will select the frame
and it will pass through select_frame.

-- 
Daniel Jacobowitz
CodeSourcery


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