Changeset 41669 in vbox for trunk/include/VBox
- Timestamp:
- Jun 12, 2012 1:34:07 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78476
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r41668 r41669 550 550 551 551 552 DISDECL(int) DISInstr(RTUINTPTR uInstrAddr, DISCPUMODE enmCpuMode, PDISCPUSTATE pCpu, uint32_t *pcbInstr, char *pszOutput); 552 DISDECL(int) DISInstrToStr(void const *pvInstr, DISCPUMODE enmCpuMode, 553 PDISCPUSTATE pCpu, uint32_t *pcbInstr, char *pszOutput, size_t cbOutput); 553 554 DISDECL(int) DISInstrWithOff(PDISCPUSTATE pCpu, RTUINTPTR uInstrAddr, RTUINTPTR offRealAddr, uint32_t *pcbInstr, char *pszOutput); 554 555 DISDECL(int) DISInstrWithReader(RTUINTPTR uInstrAddr, DISCPUMODE enmCpuMode, PFNDISREADBYTES pfnReadBytes, void *pvUser,
Note:
See TracChangeset
for help on using the changeset viewer.