debug_frame for optimized code
Jim Blandy
jimb@redhat.com
Sat Oct 22 01:16:00 GMT 2005
You should send questions like this to the dwarf-discuss mailing list:
http://mail.freestandards.org/cgi-bin/mailman/listinfo/dwarf-discuss
Christophe LYON <christophe.lyon@st.com> writes:
> Use remember_state after the prologue, and use restore state at LABEL1
> and LABEL2?
> But as states are defined as a stack, it means I would restore twice the
> same thing...
You could save after the prologue, then restore and immediately
re-save at LABEL1, and then restore at LABEL2. But I'm not sure this
strategy generalizes too well.
More information about the Gdb
mailing list