VirtualBox

Changeset 46110 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 15, 2013 7:57:26 PM (12 years ago)
Author:
vboxsync
Message:

VMM: Default to deferred module loading.

File:
1 edited

Legend:

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

    r46050 r46110  
    148148
    149149    /*
    150      * Create the debugging config instance and set it up.
     150     * Create the debugging config instance and set it up, defaulting to
     151     * deferred loading in order to keep things fast.
    151152     */
    152153    rc = RTDbgCfgCreate(&pUVM->dbgf.s.hDbgCfg, NULL, true /*fNativePaths*/);
     154    AssertRCReturn(rc, rc);
     155    rc = RTDbgCfgChangeUInt(pUVM->dbgf.s.hDbgCfg, RTDBGCFGPROP_FLAGS, RTDBGCFGOP_PREPEND,
     156                            RTDBGCFG_FLAGS_DEFERRED);
    153157    AssertRCReturn(rc, rc);
    154158
Note: See TracChangeset for help on using the changeset viewer.

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