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

/vbox/src/VBox/Debugger/
H A DVBoxDbg.cpp80 * @param ppGui See DBGGuiCreate.
83 static int dbgGuiCreate(ISession *pSession, PUVM pUVM, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT) argument
104 *ppGui = pGui;
115 *ppGui = NULL;
127 * @param ppGui Where to store the pointer to the debugger instance.
131 DBGDECL(int) DBGGuiCreate(ISession *pSession, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT) argument
134 return dbgGuiCreate(pSession, NULL, ppGui, ppGuiVT);
143 * @param ppGui Where to store the pointer to the debugger instance.
147 DBGDECL(int) DBGGuiCreateForVM(PUVM pUVM, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT) argument
152 int rc = dbgGuiCreate(NULL, pUVM, ppGui, ppGuiV
[all...]

Completed in 42 milliseconds