Searched refs:dbgcCreate (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.h87 int dbgcCreate(PDBGCBACK pBack, unsigned fFlags);
H A DVBoxDbgBase.cpp95 VBoxDbgBase::dbgcCreate(PDBGCBACK pBack, unsigned fFlags) function in class:VBoxDbgBase
H A DDBGCInternal.h404 int dbgcCreate(PDBGC *ppDbgc, PDBGCBACK pBack, unsigned fFlags);
H A DDBGConsole.cpp892 int dbgcCreate(PDBGC *ppDbgc, PDBGCBACK pBack, unsigned fFlags) function
956 * Destroys a DBGC instance created by dbgcCreate.
1015 int rc = dbgcCreate(&pDbgc, pBack, fFlags);
H A DVBoxDbgConsole.cpp755 int rc = pThis->dbgcCreate(&pThis->m_Back.Core, 0);
/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCParser.cpp1162 RTTestSub(g_hTest, "dbgcCreate");
1164 rc = dbgcCreate(&pDbgc, &g_tstBack, 0);

Completed in 41 milliseconds