VirtualBox

Changeset 93750 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 15, 2022 12:42:19 PM (3 years ago)
Author:
vboxsync
Message:

VMM/{NEMR3Native-darwin.cpp,HMVMXR0.cpp,VMXAllTemplate.cpp.h}: Move some of the debug loop helpers to the all context template in order to be able to use it for the macOS NEM backend to enable some rudimentary VBox debugger support (breakpoints, etc.), bugref:9044 and bugref:10136 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp

    r93748 r93750  
    31913191        uint64_t u64Tpr;
    31923192        hv_return_t hrc2 = hv_vcpu_read_register(pVCpu->nem.s.hVCpuId, HV_X86_TPR, &u64Tpr);
    3193         Assert(hrc2 == HV_SUCCESS);
     3193        Assert(hrc2 == HV_SUCCESS); RT_NOREF(hrc2);
    31943194
    31953195        if (pVmxTransient->u8GuestTpr != (uint8_t)u64Tpr)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette