Changeset 48445 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 12, 2013 10:52:46 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp
r45930 r48445 428 428 * Write the CPU context note headers and data. 429 429 */ 430 /** @todo r=ramshankar: Dump a more standardized CPU structure rather than 431 * dumping CPUMCTX and bump the core file version number. */ 430 432 Assert(RTFileTell(hFile) == offCpuDumps); 431 433 for (uint32_t iCpu = 0; iCpu < pVM->cCpus; iCpu++)
Note:
See TracChangeset
for help on using the changeset viewer.