VirtualBox

Changeset 103737 in vbox


Ignore:
Timestamp:
Mar 8, 2024 1:21:55 PM (9 months ago)
Author:
vboxsync
Message:

VMM/IEM: Some simple TB disassembly interface that can be used from the debugger ('info tb'). [build fix] bugref:10370

File:
1 edited

Legend:

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

    r103649 r103737  
    10661066    {
    10671067        /*
    1068          *
     1068         * Disassemble according to type.
    10691069         */
    10701070        switch (pTb->fFlags & IEMTB_F_TYPE_MASK)
    10711071        {
     1072# ifdef VBOX_WITH_IEM_NATIVE_RECOMPILER
    10721073            case IEMTB_F_TYPE_NATIVE:
    10731074                pHlp->pfnPrintf(pHlp, "PC=%RGp fFlags=%#x on #%u: %p - native\n", GCPhysPc, fFlags, pVCpu->idCpu, pTb);
    10741075                iemNativeDisassembleTb(pTb, pHlp);
    10751076                break;
     1077# endif
    10761078
    10771079            case IEMTB_F_TYPE_THREADED:
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