Changeset 46269 in vbox for trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp
- Timestamp:
- May 26, 2013 3:27:31 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp
r46266 r46269 280 280 if (RT_SUCCESS(rc)) 281 281 rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgDwarf); 282 #if 0 /* NOTE!! EXPERIMENTAL, SHOULDN'T BE ENABLED IN SVN YET!! */283 if (RT_SUCCESS(rc))284 rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgCodeView);285 #endif286 282 #ifdef RT_OS_WINDOWS 287 283 if (RT_SUCCESS(rc)) 288 284 rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgDbgHelp); 289 285 #endif 286 if (RT_SUCCESS(rc)) 287 rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgCodeView); 290 288 if (RT_SUCCESS(rc)) 291 289 rc = rtDbgModImageInterpreterRegister(&g_rtDbgModVtImgLdr);
Note:
See TracChangeset
for help on using the changeset viewer.