VirtualBox

Changeset 60846 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
May 5, 2016 3:15:18 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107054
Message:

PGMMap: /me want's to drop into the debugger when we cannot locate a guest mapping for the VMMRC stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMMap.cpp

    r58170 r60846  
    12261226
    12271227    STAM_PROFILE_STOP(&pVM->pgm.s.CTX_SUFF(pStats)->StatR3ResolveConflict, a);
     1228#ifdef DEBUG_bird
     1229    DBGFSTOP(pVM);
     1230#endif
    12281231    AssertMsgFailed(("Failed to relocate page table mapping '%s' from %#x! (cPTs=%d)\n", pMapping->pszDesc, GCPtrOldMapping, cPTs));
    12291232    return VERR_PGM_NO_HYPERVISOR_ADDRESS;
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