Examining the stack frame in gdb

Posted by user324994 on Stack Overflow See other posts from Stack Overflow or by user324994
Published on 2010-05-05T05:46:47Z Indexed on 2010/05/05 5:58 UTC
Read the original article Hit count: 340

Filed under:
|

right now I've been using gdb to disassemble a binary file and check out different registers and whatnot. Is there an easy command to examine everything on the stack? can this be limited to everything in a function?

© Stack Overflow or respective owner

Related posts about gdb

Related posts about stack