Searched defs:pVBoxDbgGui (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbg.cpp48 VBoxDbgGui *pVBoxDbgGui; member in struct:DBGGUI
92 pGui->pVBoxDbgGui = new VBoxDbgGui();
96 rc = pGui->pVBoxDbgGui->init(pSession);
98 rc = pGui->pVBoxDbgGui->init(pUVM);
113 delete pGui->pVBoxDbgGui;
178 delete pGui->pVBoxDbgGui;
199 pGui->pVBoxDbgGui->adjustRelativePos(x, y, cx, cy);
213 return pGui->pVBoxDbgGui->showStatistics();
227 return pGui->pVBoxDbgGui->showConsole();
242 return pGui->pVBoxDbgGui
[all...]

Completed in 42 milliseconds