Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 419 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 419 Bytes

GDB Config Files

Configuring GDB with init config:

  • Clone this repository
  • execute the install.sh script
  • Copy the .gdbinit file to the directory you are gonna execute the gdb, same dir as the binary you are trying to debug
  • Execute gdb, set the break point and run the program

Sources

Debugging Hello World Assembly code in GDB - AhmedS Kasmani