Changeset 45930 in vbox
- Timestamp:
- May 7, 2013 12:14:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp
r44399 r45930 540 540 * @param fReplaceFile Whether to replace the file or not. 541 541 * 542 * @remarks The VM should be suspended before calling this function or DMA may 543 * interfer with the state. 542 * @remarks The VM may need to be suspended before calling this function in 543 * order to truly stop all device threads and drivers. This function 544 * only synchronizes EMTs. 544 545 */ 545 546 VMMR3DECL(int) DBGFR3CoreWrite(PUVM pUVM, const char *pszFilename, bool fReplaceFile)
Note:
See TracChangeset
for help on using the changeset viewer.