VirtualBox

Changeset 66885 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
May 12, 2017 7:59:22 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
115390
Message:

DBGFReg: Added support for YMM registers, expanding the DBGFREVAL type to 512 in preparation for ZMM regs of AVX-512.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCOps.cpp

    r65645 r66885  
    470470                return VINF_SUCCESS;
    471471
     472            case DBGFREGVALTYPE_U256:
     473                DBGCVAR_INIT_NUMBER(pResult, Value.u256.QWords.qw0);
     474                return VINF_SUCCESS;
     475
     476            case DBGFREGVALTYPE_U512:
     477                DBGCVAR_INIT_NUMBER(pResult, Value.u512.QWords.qw0);
     478                return VINF_SUCCESS;
     479
    472480            case DBGFREGVALTYPE_R80:
    473481#ifdef RT_COMPILER_WITH_80BIT_LONG_DOUBLE
Note: See TracChangeset for help on using the changeset viewer.

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