VirtualBox

Changeset 30073 in vbox for trunk


Ignore:
Timestamp:
Jun 7, 2010 1:58:35 PM (15 years ago)
Author:
vboxsync
Message:

VMMGuruMeditation.cpp: Enable ring-0 callstack everywhere. (untested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMGuruMeditation.cpp

    r30072 r30073  
    363363#endif
    364364
    365 #if HC_ARCH_BITS == 32
    366365                    /* Callstack. */
    367366                    DBGFADDRESS pc;
    368367                    pc.fFlags    = DBGFADDRESS_FLAGS_RING0 | DBGFADDRESS_FLAGS_VALID;
    369 # if HC_ARCH_BITS == 64
     368#if HC_ARCH_BITS == 64
    370369                    pc.FlatPtr   = pc.off = pVCpu->vmm.s.CallRing3JmpBufR0.rip;
    371 # else
     370#else
    372371                    pc.FlatPtr   = pc.off = pVCpu->vmm.s.CallRing3JmpBufR0.eip;
    373 # endif
     372#endif
    374373                    pc.Sel       = DBGF_SEL_FLAT;
    375374
     
    425424                        DBGFR3StackWalkEnd(pFirstFrame);
    426425                    }
    427 #endif /* defined(RT_OS_WINDOWS) && HC_ARCH_BITS == 32 */
    428426
    429427                    /* raw stack */
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