VirtualBox

Ignore:
Timestamp:
May 26, 2013 3:27:31 PM (12 years ago)
Author:
vboxsync
Message:

dbgmodcodeview.cpp: More sane segment translation and more stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp

    r46266 r46269  
    280280        if (RT_SUCCESS(rc))
    281281            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 #endif
    286282#ifdef RT_OS_WINDOWS
    287283        if (RT_SUCCESS(rc))
    288284            rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgDbgHelp);
    289285#endif
     286        if (RT_SUCCESS(rc))
     287            rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgCodeView);
    290288        if (RT_SUCCESS(rc))
    291289            rc = rtDbgModImageInterpreterRegister(&g_rtDbgModVtImgLdr);
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