Lines Matching defs:MachineDebugger

42 MachineDebugger::MachineDebugger()
47 MachineDebugger::~MachineDebugger()
51 HRESULT MachineDebugger::FinalConstruct()
57 void MachineDebugger::FinalRelease()
72 HRESULT MachineDebugger::init (Console *aParent)
105 void MachineDebugger::uninit()
127 HRESULT MachineDebugger::getSingleStep(BOOL *aSingleStep)
146 HRESULT MachineDebugger::setSingleStep(BOOL aSingleStep)
166 HRESULT MachineDebugger::i_getEmExecPolicyProperty(EMEXECPOLICY enmPolicy, BOOL *pfEnforced)
197 HRESULT MachineDebugger::i_setEmExecPolicyProperty(EMEXECPOLICY enmPolicy, BOOL fEnforce)
227 HRESULT MachineDebugger::getRecompileUser(BOOL *aRecompileUser)
238 HRESULT MachineDebugger::setRecompileUser(BOOL aRecompileUser)
250 HRESULT MachineDebugger::getRecompileSupervisor(BOOL *aRecompileSupervisor)
261 HRESULT MachineDebugger::setRecompileSupervisor(BOOL aRecompileSupervisor)
273 HRESULT MachineDebugger::getExecuteAllInIEM(BOOL *aExecuteAllInIEM)
284 HRESULT MachineDebugger::setExecuteAllInIEM(BOOL aExecuteAllInIEM)
296 HRESULT MachineDebugger::getPATMEnabled(BOOL *aPATMEnabled)
317 HRESULT MachineDebugger::setPATMEnabled(BOOL aPATMEnabled)
352 HRESULT MachineDebugger::getCSAMEnabled(BOOL *aCSAMEnabled)
374 HRESULT MachineDebugger::setCSAMEnabled(BOOL aCSAMEnabled)
409 HRESULT MachineDebugger::getLogEnabled(BOOL *aLogEnabled)
429 HRESULT MachineDebugger::setLogEnabled(BOOL aLogEnabled)
456 HRESULT MachineDebugger::i_logStringProps(PRTLOGGER pLogger, PFNLOGGETSTR pfnLogGetStr,
509 HRESULT MachineDebugger::getLogDbgFlags(com::Utf8Str &aLogDbgFlags)
516 HRESULT MachineDebugger::getLogDbgGroups(com::Utf8Str &aLogDbgGroups)
523 HRESULT MachineDebugger::getLogDbgDestinations(com::Utf8Str &aLogDbgDestinations)
529 HRESULT MachineDebugger::getLogRelFlags(com::Utf8Str &aLogRelFlags)
536 HRESULT MachineDebugger::getLogRelGroups(com::Utf8Str &aLogRelGroups)
543 HRESULT MachineDebugger::getLogRelDestinations(com::Utf8Str &aLogRelDestinations)
556 HRESULT MachineDebugger::getHWVirtExEnabled(BOOL *aHWVirtExEnabled)
576 HRESULT MachineDebugger::getHWVirtExNestedPagingEnabled(BOOL *aHWVirtExNestedPagingEnabled)
596 HRESULT MachineDebugger::getHWVirtExVPIDEnabled(BOOL *aHWVirtExVPIDEnabled)
616 HRESULT MachineDebugger::getHWVirtExUXEnabled(BOOL *aHWVirtExUXEnabled)
630 HRESULT MachineDebugger::getOSName(com::Utf8Str &aOSName)
661 HRESULT MachineDebugger::getOSVersion(com::Utf8Str &aOSVersion)
698 HRESULT MachineDebugger::getPAEEnabled(BOOL *aPAEEnabled)
722 HRESULT MachineDebugger::getVirtualTimeRate(ULONG *aVirtualTimeRate)
740 HRESULT MachineDebugger::setVirtualTimeRate(ULONG aVirtualTimeRate)
777 HRESULT MachineDebugger::getVM(LONG64 *aVM)
799 HRESULT MachineDebugger::dumpGuestCore(const com::Utf8Str &aFilename, const com::Utf8Str &aCompression)
819 HRESULT MachineDebugger::dumpHostProcessCore(const com::Utf8Str &aFilename, const com::Utf8Str &aCompression)
932 HRESULT MachineDebugger::info(const com::Utf8Str &aName, const com::Utf8Str &aArgs, com::Utf8Str &aInfo)
982 HRESULT MachineDebugger::injectNMI()
1000 HRESULT MachineDebugger::modifyLogFlags(const com::Utf8Str &aSettings)
1017 HRESULT MachineDebugger::modifyLogGroups(const com::Utf8Str &aSettings)
1034 HRESULT MachineDebugger::modifyLogDestinations(const com::Utf8Str &aSettings)
1051 HRESULT MachineDebugger::readPhysicalMemory(LONG64 aAddress, ULONG aSize, std::vector<BYTE> &aBytes)
1056 HRESULT MachineDebugger::writePhysicalMemory(LONG64 aAddress, ULONG aSize, const std::vector<BYTE> &aBytes)
1061 HRESULT MachineDebugger::readVirtualMemory(ULONG aCpuId, LONG64 aAddress, ULONG aSize, std::vector<BYTE> &aBytes)
1066 HRESULT MachineDebugger::writeVirtualMemory(ULONG aCpuId, LONG64 aAddress, ULONG aSize, const std::vector<BYTE> &aBytes)
1071 HRESULT MachineDebugger::detectOS(com::Utf8Str &aOs)
1127 HRESULT MachineDebugger::getRegister(ULONG aCpuId, const com::Utf8Str &aName, com::Utf8Str &aValue)
1171 HRESULT MachineDebugger::getRegisters(ULONG aCpuId, std::vector<com::Utf8Str> &aNames, std::vector<com::Utf8Str> &aValues)
1227 HRESULT MachineDebugger::setRegister(ULONG aCpuId, const com::Utf8Str &aName, const com::Utf8Str &aValue)
1232 HRESULT MachineDebugger::setRegisters(ULONG aCpuId, const std::vector<com::Utf8Str> &aNames,
1238 HRESULT MachineDebugger::dumpGuestStack(ULONG aCpuId, com::Utf8Str &aStack)
1249 HRESULT MachineDebugger::resetStats(const com::Utf8Str &aPattern)
1267 HRESULT MachineDebugger::dumpStats(const com::Utf8Str &aPattern)
1287 HRESULT MachineDebugger::getStats(const com::Utf8Str &aPattern, BOOL aWithDescriptions, com::Utf8Str &aStats)
1314 void MachineDebugger::i_flushQueuedSettings()
1354 bool MachineDebugger::i_queueSettings() const