VirtualBox

Changeset 31978 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Aug 26, 2010 10:04:54 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65217
Message:

PGM,DBC,MM: Dump more information about shadow/guest pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r31973 r31978  
    29062906
    29072907    uint64_t cbRange;
    2908     rc = DBGCCmdHlpVarGetRange(pCmdHlp, pRange, 1, PAGE_SIZE * 8, &cbRange);
     2908    rc = DBGCCmdHlpVarGetRange(pCmdHlp, pRange, PAGE_SIZE, PAGE_SIZE * 8, &cbRange);
    29092909    if (RT_FAILURE(rc))
    29102910        return DBGCCmdHlpFail(pCmdHlp, pCmd, "Failed to obtain the range of %DV: %Rrc", pRange, rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette