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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGF.cpp100 static DECLCALLBACK(int) dbgfR3Attach(PVM pVM);
919 return VMR3ReqCallWait(pVM, VMCPUID_ANY, (PFNRT)dbgfR3Attach, 1, pVM);
929 static DECLCALLBACK(int) dbgfR3Attach(PVM pVM) function

Completed in 49 milliseconds