Changeset 73491 in vbox for trunk/include/VBox
- Timestamp:
- Aug 3, 2018 2:51:55 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r73471 r73491 1204 1204 /** @} */ 1205 1205 VMMR3DECL(int) DBGFR3ModInMem(PUVM pUVM, PCDBGFADDRESS pImageAddr, uint32_t fFlags, const char *pszName, 1206 RTLDRARCH enmArch, uint32_t cbImage, PRTDBGMOD phDbgMod, PRTERRINFO pErrInfo); 1206 const char *pszFilename, RTLDRARCH enmArch, uint32_t cbImage, 1207 PRTDBGMOD phDbgMod, PRTERRINFO pErrInfo); 1207 1208 1208 1209 #endif /* IN_RING3 */
Note:
See TracChangeset
for help on using the changeset viewer.