VirtualBox

Changeset 41669 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 12, 2012 1:34:07 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
78476
Message:

DISInstr -> DISInstrToStr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/dis.h

    r41668 r41669  
    550550
    551551
    552 DISDECL(int) DISInstr(RTUINTPTR uInstrAddr, DISCPUMODE enmCpuMode, PDISCPUSTATE pCpu, uint32_t *pcbInstr, char *pszOutput);
     552DISDECL(int) DISInstrToStr(void const *pvInstr, DISCPUMODE enmCpuMode,
     553                           PDISCPUSTATE pCpu, uint32_t *pcbInstr, char *pszOutput, size_t cbOutput);
    553554DISDECL(int) DISInstrWithOff(PDISCPUSTATE pCpu, RTUINTPTR uInstrAddr, RTUINTPTR offRealAddr, uint32_t *pcbInstr, char *pszOutput);
    554555DISDECL(int) DISInstrWithReader(RTUINTPTR uInstrAddr, DISCPUMODE enmCpuMode, PFNDISREADBYTES pfnReadBytes, void *pvUser,
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