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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp7193 Bstr coreDumpDir, coreDumpReplaceSys, coreDumpLive; local
7196 mMachine->GetExtraData(Bstr("VBoxInternal2/CoreDumpLive").raw(), coreDumpLive.asOutParam());
7203 if ( coreDumpLive.isEmpty() == false
7204 && Utf8Str(coreDumpLive).toUInt32() == 1)

Completed in 75 milliseconds