Typical usage in the tool is as follows:
#include "debugger-shell.H" int main(int argc, char **argv) { if (PIN_Init(argc,argv)) return 1; DEBUGGER_SHELL::ISHELL *shell = DEBUGGER_SHELL::CreateShell(); DEBUGGER_SHELL::STARTUP_ARGUMENTS args; if (!shell->Enable(args)) return 1; PIN_StartProgram(); }
The tool must also compile and link with "debugger-shell.cpp".
|
Predefined categories of help commands. |
|
Create a debugger shell object.
|