Changeset 61628 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Jun 9, 2016 5:52:51 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107976
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
r59285 r61628 553 553 { DBGFEVENT_MEMORY_UNASSIGNED, "mmio_unassigned", NULL, kDbgcSxEventKind_Plain, kDbgcEvtState_Disabled, 0, NULL }, 554 554 { DBGFEVENT_MEMORY_ROM_WRITE, "rom_write", NULL, kDbgcSxEventKind_Plain, kDbgcEvtState_Disabled, 0, NULL }, 555 { DBGFEVENT_BSOD_MSR, "bsod_msr", NULL, kDbgcSxEventKind_Plain, kDbgcEvtState_Disabled, 0, NULL }, 556 { DBGFEVENT_BSOD_EFI, "bsod_efi", NULL, kDbgcSxEventKind_Plain, kDbgcEvtState_Disabled, 0, NULL }, 555 557 }; 556 558 /** Number of entries in g_aDbgcSxEvents. */
Note:
See TracChangeset
for help on using the changeset viewer.