GDB Exercise for Lab 0
- SSH into CAEN
$ ssh [email protected]
- Navigate to a directory you'd like to clone the repo into
$ cd ~/eecs482/
- Clone the repo and enter it
$ git clone https://github.com/eecs482/gdb_demo.git
$ cd gdb_demo
- You will find an executable. This executable has a bug in it. Use GDB to figure out where the bug is!