Pin
|
Classes | |
class | DEBUGGER_SHELL::ISHELL |
struct | DEBUGGER_SHELL::STARTUP_ARGUMENTS |
class | DEBUGGER_SHELL::ICUSTOM_INSTRUMENTOR |
Functions | |
ISHELL * | DEBUGGER_SHELL::CreateShell () |
Pin tools that run with the "-appdebug" switch can use this class to implement some common custom debugger commands. Once enabled, a user can type these commands interactively at the debugger prompt. In GDB, type "monitor help" to see a list of the available commands.
Typical usage in the tool is as follows:
The tool must also compile and link with "debugger-shell.cpp".
Predefined categories of help commands.
DEBUGGER_SHELL::ISHELL * DEBUGGER_SHELL::CreateShell | ( | ) |
Create a debugger shell object.