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: varobj bug?


>>>>> "Pedro" == Pedro Alves <pedro@codesourcery.com> writes:

Pedro> [ Just stumbled on this while reading this code. ]
Pedro> Isn't the patch below a bug fix?  FI possibly points at
Pedro> the frame returned by:
Pedro>  fi = find_frame_addr_in_frame_chain (frame);
Pedro> not the originally selected frame.

I agree with your analysis.

Pedro> Maybe this code should be using make_cleanup_restore_current_thread?

This also sounds reasonable.

Tom


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