Changeset 8819 in vbox for trunk/include/VBox
- Timestamp:
- May 14, 2008 7:46:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbgf.h
r8800 r8819 186 186 * Creates a mixed address from a flat address. 187 187 * 188 * @returns pAddress. 188 189 * @param pVM The VM handle. 189 190 * @param pAddress Where to store the mixed address. 190 191 * @param FlatPtr The flat pointer. 191 192 */ 192 DBGFR3DECL( void) DBGFR3AddrFromFlat(PVM pVM, PDBGFADDRESS pAddress, RTGCUINTPTR FlatPtr);193 DBGFR3DECL(PDBGFADDRESS) DBGFR3AddrFromFlat(PVM pVM, PDBGFADDRESS pAddress, RTGCUINTPTR FlatPtr); 193 194 194 195 /** … … 1532 1533 DBGFR3DECL(int) DBGFR3MemScan(PVM pVM, PCDBGFADDRESS pAddress, RTGCUINTPTR cbRange, const uint8_t *pabNeedle, size_t cbNeedle, PDBGFADDRESS pHitAddress); 1533 1534 DBGFR3DECL(int) DBGFR3MemRead(PVM pVM, PCDBGFADDRESS pAddress, void *pvBuf, size_t cbRead); 1535 DBGFR3DECL(int) DBGFR3MemReadString(PVM pVM, PCDBGFADDRESS pAddress, char *pszBuf, size_t cbBuf); 1534 1536 1535 1537
Note:
See TracChangeset
for help on using the changeset viewer.