This shows you the differences between two versions of the page.
cs-465:hw11a-examine-stack [2017/11/09 19:56] seamons created |
cs-465:hw11a-examine-stack [2017/11/14 21:34] (current) seamons |
||
---|---|---|---|
Line 1: | Line 1: | ||
Complete Part 1 from Project 8 and submit it as a homework assignment due before class. The purpose of this homework is to become familiar with the stack frame and how it works to support function calls. | Complete Part 1 from Project 8 and submit it as a homework assignment due before class. The purpose of this homework is to become familiar with the stack frame and how it works to support function calls. | ||
+ | |||
+ | Here is a cheat sheet of gdb commands. See some stack commands that can help you verify your work. | ||
+ | http://darkdust.net/files/GDB%20Cheat%20Sheet.pdf |