how to decode frame pointer using gdb

Jan 27, 2015 at 5:09am
Dear Friends,
Please some one could help to decode frame pointer.
for example I have "Frame Pointer=0x49380C50, Program Counter=0x2F68FA2C"

and I've gdb session. I would like to know what is the content/values of the above Frame Pointer.
If you some one can help that would be great help.

Best Regards
Babu
Feb 1, 2015 at 11:24pm
The frame pointer marks a region on top of the process stack used for auto variables of the current function. So auto variables can be addressed relative to the frame pointer.
Topic archived. No new replies allowed.