VirtualBox

Changeset 64039 in vbox


Ignore:
Timestamp:
Sep 27, 2016 11:18:38 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110963
Message:

VMM/CPUM: Add VCPU Id while dumping cpumguestinstr info.

File:
1 edited

Legend:

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

    r63465 r64039  
    21052105    szInstruction[0] = '\0';
    21062106    DBGFR3DisasInstrCurrent(pVCpu, szInstruction, sizeof(szInstruction));
    2107     pHlp->pfnPrintf(pHlp, "\nCPUM: %s\n\n", szInstruction);
     2107    pHlp->pfnPrintf(pHlp, "\nCPUM%u: %s\n\n", pVCpu->idCpu, szInstruction);
    21082108}
    21092109
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