CS208 Introduction to Computer Systems Wednesday, 6 May 2026 + Lab: gdb with C code + Lab debrief - mantis, mirage, etc. - code listing - breakpoints - step-over (ni), step-in (si), step-out (finish) - examining variables and memory - layout + "zoo escape" assignment - gdb stuff - resources: gdb help, video, etc. + minizoo.c - running, breaking, continuing, stepping, etc. - registers - memory (especially strings and the stack)