Changeset 46110 in vbox for trunk/src/VBox
- Timestamp:
- May 15, 2013 7:57:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp
r46050 r46110 148 148 149 149 /* 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. 151 152 */ 152 153 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); 153 157 AssertRCReturn(rc, rc); 154 158
Note:
See TracChangeset
for help on using the changeset viewer.