info on "value being assigned to is no longer active" error
Daniel Jacobowitz
drow@false.org
Sat Jan 19 04:21:00 GMT 2008
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
More information about the Gdb
mailing list