Search:
Forum
UNIX/Linux Programming
how to decode frame pointer using gdb
how to decode frame pointer using gdb
Jan 27, 2015 at 5:09am UTC
BABU Prasad G
(62)
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 UTC
tcs
(519)
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs