Searched refs:atStateChange (Results 1 - 2 of 2) 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
H A DVBoxDbgBase.h107 static DECLCALLBACK(void) atStateChange(PUVM pUVM, VMSTATE enmState, VMSTATE enmOldState, void *pvUser);

Completed in 42 milliseconds