VirtualBox

Changeset 61532 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jun 7, 2016 11:47:32 AM (9 years ago)
Author:
vboxsync
Message:

VMM/DBGFCoreWrite: Add missing CPU-context's rflags to the core dump, thanks to Samuele Defrancesco for the patch.

File:
1 edited

Legend:

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

    r58126 r61532  
    345345    pDbgfCpu->rsp             = pCtx->rsp;
    346346    pDbgfCpu->rbp             = pCtx->rbp;
     347    pDbgfCpu->rflags          = pCtx->rflags.u;
    347348    DBGFCOPYSEL(pDbgfCpu->cs, pCtx->cs);
    348349    DBGFCOPYSEL(pDbgfCpu->ds, pCtx->ds);
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