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: info on "value being assigned to is no longer active" error


On Fri, Jan 18, 2008 at 08:11:34PM -0800, Siva Velusamy wrote:
> If my (admittedly cursory) examination of the code in valops.c is
> correct, it appears as if gdb is looking for the frame to make sure
> that it updates the value of the register if it has been stored in the
> stack. Is that correct?

Roughly.  All registers in GDB belong to a frame.  Either the current
frame or a saved stack frame.  GDB has found the current frame, but
confuses its ID with an invalid frame marker.

-- 
Daniel Jacobowitz
CodeSourcery


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