Searched refs:DBGGuiCreateForVM (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Debugger/testcase/
H A DtstVBoxDbg.cpp58 rc = DBGGuiCreateForVM(pUVM, &pGui, &pGuiVT);
89 RTPrintf(TESTCASE ": error: DBGGuiCreateForVM failed! rc=%Rrc\n", rc);
/vbox/include/VBox/
H A Ddbggui.h106 DBGDECL(int) DBGGuiCreateForVM(PUVM pUVM, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT);
107 /** @copydoc DBGGuiCreateForVM. */
109 /** Pointer to DBGGuiCreateForVM. */
/vbox/src/VBox/Debugger/
H A DVBoxDbg.cpp75 * Internal worker for DBGGuiCreate and DBGGuiCreateForVM.
79 * @param pUVM The VM handle. (DBGGuiCreateForVM)
147 DBGDECL(int) DBGGuiCreateForVM(PUVM pUVM, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT) function

Completed in 1041 milliseconds