A gdb tutorial program you should run using gdb.
- Clone this repository
- Run 'make'
- Run 'gdb GDBTutor'
- In the gdb prompt write 'run'
- Now you can start the tutorial.
This program will ask the user to do some stuff using the gdb like:
- Reading the value in a specified address.
- Setting breakpoint
- Changing the value of registers
- etc..