Changeset 31973 in vbox for trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
- Timestamp:
- Aug 26, 2010 8:14:34 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
r31966 r31973 2886 2886 * Figure the context. 2887 2887 */ 2888 uint32_t fFlags = 0;2888 uint32_t fFlags = DBGFPGDMP_FLAGS_PAGE_INFO | DBGFPGDMP_FLAGS_HEADER; 2889 2889 if (pCmd->pszCmd[3] == '\0') 2890 2890 fFlags |= pDbgc->fRegCtxGuest ? DBGFPGDMP_FLAGS_GUEST : DBGFPGDMP_FLAGS_SHADOW;
Note:
See TracChangeset
for help on using the changeset viewer.