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

/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.cpp45 int rc = VMR3AtStateRegister(m_pUVM, atStateChange, this);
60 int rc = VMR3AtStateDeregister(pUVM, atStateChange, this);
106 VBoxDbgBase::atStateChange(PUVM pUVM, VMSTATE enmState, VMSTATE /*enmOldState*/, void *pvUser) function in class:VBoxDbgBase

Completed in 32 milliseconds