VirtualBox

Changeset 46276 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
May 26, 2013 10:58:10 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86015
Message:

Prefere out .DBG reader over the DbgHelp one.

File:
1 edited

Legend:

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

    r46269 r46276  
    280280        if (RT_SUCCESS(rc))
    281281            rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgDwarf);
     282        if (RT_SUCCESS(rc))
     283            rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgCodeView);
    282284#ifdef RT_OS_WINDOWS
    283285        if (RT_SUCCESS(rc))
    284286            rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgDbgHelp);
    285287#endif
    286         if (RT_SUCCESS(rc))
    287             rc = rtDbgModDebugInterpreterRegister(&g_rtDbgModVtDbgCodeView);
    288288        if (RT_SUCCESS(rc))
    289289            rc = rtDbgModImageInterpreterRegister(&g_rtDbgModVtImgLdr);
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