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

/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp6858 HRESULT Machine::getAllowTracingToAccessVM(BOOL *aAllowTracingToAccessVM) argument
6862 *aAllowTracingToAccessVM = mHWData->mDebugging.fAllowTracingToAccessVM;
6867 HRESULT Machine::setAllowTracingToAccessVM(BOOL aAllowTracingToAccessVM) argument
6877 mHWData->mDebugging.fAllowTracingToAccessVM = aAllowTracingToAccessVM != FALSE;

Completed in 68 milliseconds