how to decode frame pointer using gdb

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
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.