June 2017
Intermediate to advanced
478 pages
13h 14m
English
These are commands for getting information about the debugger:
| Command | Short-form command | Use |
| backtrace | bt | List the call stack |
| info threads | i th | Display information about the threads executing in the program |
| info sharedlibrary | i share | Display information about shared libraries currently loaded by the program |
| print <variable> | p <variable> | Print the value of a variable, for example print foo |
| list | l | List lines of code around the current program counter |
Read now
Unlock full access