This is the mail archive of the gdb@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: Understanding GDB frames


On Tue, May 22, 2007 at 02:49:41PM +1200, Nick Roberts wrote:
>  >                 ...But once the frame has gone we should recreate the
>  > varobjs, or else we should associate them with the function instead of
>  > the frame.
> 
> Would this be straightforward to implement?  Isn't there anything in their
> nature that makes this easier to do for watchpoints?

Nope.  We could do it in basically the same way for varobjs that we do
for watchpoints, if we decide it's useful.

-- 
Daniel Jacobowitz
CodeSourcery


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