This is the second of three posts about using gdb and simavr to debug AVR code. The complete series is:
A walkthrough of using GDB to manually inspect the behavior of our code.
Part 2: Automating GDB with scripts
Creating GDB scripts to automatically test the behavior of our code.
Using
simavrto collect information about the state of microcontroller pins while our code is running.


