Lines Matching refs:HRESULT

51 HRESULT MachineDebugger::FinalConstruct()
72 HRESULT MachineDebugger::init (Console *aParent)
127 HRESULT MachineDebugger::getSingleStep(BOOL *aSingleStep)
131 HRESULT hrc = ptrVM.rc();
146 HRESULT MachineDebugger::setSingleStep(BOOL aSingleStep)
150 HRESULT hrc = ptrVM.rc();
166 HRESULT MachineDebugger::i_getEmExecPolicyProperty(EMEXECPOLICY enmPolicy, BOOL *pfEnforced)
171 HRESULT hrc = autoCaller.rc();
197 HRESULT MachineDebugger::i_setEmExecPolicyProperty(EMEXECPOLICY enmPolicy, BOOL fEnforce)
200 HRESULT hrc = autoCaller.rc();
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,
465 HRESULT hrc = ptrVM.rc();
509 HRESULT MachineDebugger::getLogDbgFlags(com::Utf8Str &aLogDbgFlags)
511 HRESULT hrc = i_logStringProps(RTLogGetDefaultInstance(), RTLogGetFlags, "RTGetFlags", aLogDbgFlags);
516 HRESULT MachineDebugger::getLogDbgGroups(com::Utf8Str &aLogDbgGroups)
518 HRESULT hrc = i_logStringProps(RTLogGetDefaultInstance(), RTLogGetGroupSettings, "RTLogGetGroupSettings", aLogDbgGroups);
523 HRESULT MachineDebugger::getLogDbgDestinations(com::Utf8Str &aLogDbgDestinations)
525 HRESULT hrc = i_logStringProps(RTLogGetDefaultInstance(), RTLogGetDestinations, "RTLogGetDestinations", aLogDbgDestinations);
529 HRESULT MachineDebugger::getLogRelFlags(com::Utf8Str &aLogRelFlags)
531 HRESULT hrc = i_logStringProps(RTLogRelDefaultInstance(), RTLogGetFlags, "RTGetFlags", aLogRelFlags);
536 HRESULT MachineDebugger::getLogRelGroups(com::Utf8Str &aLogRelGroups)
538 HRESULT hrc = i_logStringProps(RTLogRelDefaultInstance(), RTLogGetGroupSettings, "RTLogGetGroupSettings", aLogRelGroups);
543 HRESULT MachineDebugger::getLogRelDestinations(com::Utf8Str &aLogRelDestinations)
545 HRESULT hrc = i_logStringProps(RTLogRelDefaultInstance(), RTLogGetDestinations, "RTLogGetDestinations", 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)
635 HRESULT hrc = ptrVM.rc();
661 HRESULT MachineDebugger::getOSVersion(com::Utf8Str &aOSVersion)
666 HRESULT hrc = ptrVM.rc();
698 HRESULT MachineDebugger::getPAEEnabled(BOOL *aPAEEnabled)
722 HRESULT MachineDebugger::getVirtualTimeRate(ULONG *aVirtualTimeRate)
727 HRESULT hrc = ptrVM.rc();
740 HRESULT MachineDebugger::setVirtualTimeRate(ULONG aVirtualTimeRate)
742 HRESULT hrc = S_OK;
777 HRESULT MachineDebugger::getVM(LONG64 *aVM)
782 HRESULT hrc = ptrVM.rc();
799 HRESULT MachineDebugger::dumpGuestCore(const com::Utf8Str &aFilename, const com::Utf8Str &aCompression)
806 HRESULT hrc = ptrVM.rc();
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)
940 HRESULT hrc = autoCaller.rc();
982 HRESULT MachineDebugger::injectNMI()
988 HRESULT hrc = ptrVM.rc();
1000 HRESULT MachineDebugger::modifyLogFlags(const com::Utf8Str &aSettings)
1005 HRESULT hrc = ptrVM.rc();
1017 HRESULT MachineDebugger::modifyLogGroups(const com::Utf8Str &aSettings)
1022 HRESULT hrc = ptrVM.rc();
1034 HRESULT MachineDebugger::modifyLogDestinations(const com::Utf8Str &aSettings)
1039 HRESULT hrc = ptrVM.rc();
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)
1080 HRESULT hrc = ptrVM.rc();
1117 DECLINLINE(HRESULT) formatRegisterValue(Bstr *a_pbstr, PCDBGFREGVAL a_pValue, DBGFREGVALTYPE a_enmType)
1127 HRESULT MachineDebugger::getRegister(ULONG aCpuId, const com::Utf8Str &aName, com::Utf8Str &aValue)
1135 HRESULT hrc = ptrVM.rc();
1171 HRESULT MachineDebugger::getRegisters(ULONG aCpuId, std::vector<com::Utf8Str> &aNames, std::vector<com::Utf8Str> &aValues)
1179 HRESULT hrc = ptrVM.rc();
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)