Beginning Linux Programming
Speakers : Neil Matthew and Richard Stones
Simple GDB Commands
-
Controlling execution
- Run the program (run, step, next)
- Set a breakpoint (break)
- Continue execution (cont)
-
Examining code and data
- List the program (list)
- Print a variable (print)
- Display a stack trace (backtrace)
Back | Index | Next