gdb: how to debug a program
28/46
gdb: short case
Debugging a core dump
Three ways:
•
Start the program
through
gdb
:
•
Run
gdb
on a binary and core file:
•
Attach
gdb
to a process: