First page Back Continue Last page Overview Graphics
Gdb: and lots more
Remote debugging over ether/serial
Disassembly
Calling functions from the command line
Multithreaded debugging
Perl interfaces available
- e.g. Automatic following of bugs in your own data structures
- e.g. Use gdb as a tool to look around a program
Notes:
GDB can do a lot more; like debugging on a remote machine via serial or ethernet, disassembling the machine code; calling functions from the command line (try call exit() )