VirtualBox

Changeset 73398 in vbox


Ignore:
Timestamp:
Jul 30, 2018 3:48:05 PM (6 years ago)
Author:
vboxsync
Message:

DBGF: Unwinding PE/AMD64, considered sketches for generic unwinding using unwind info.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFStack.cpp

    r73397 r73398  
    782782    {
    783783        if (   pFrame->enmReturnType == DBGFRETURNTYPE_IRET32_PRIV
    784             && pFrame->enmReturnType == DBGFRETURNTYPE_IRET64)
     784            || pFrame->enmReturnType == DBGFRETURNTYPE_IRET64)
    785785            DBGFR3AddrFromSelOff(pUnwindCtx->m_pUVM, pUnwindCtx->m_idCpu, &pFrame->AddrReturnFrame,
    786786                                 pUnwindCtx->m_uSs, pUnwindCtx->m_auRegs[X86_GREG_xBP]);
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