VirtualBox

Changeset 46161 in vbox for trunk/src/VBox/Runtime/tools


Ignore:
Timestamp:
May 19, 2013 1:31:13 PM (12 years ago)
Author:
vboxsync
Message:

First part of loading .dSYM bundles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/tools/RTLdrFlt.cpp

    r46083 r46161  
    237237                RTDBGMOD hMod;
    238238                if (enmOpenMethod == kOpenMethod_FromImage)
    239                     rc = RTDbgModCreateFromImage(&hMod, pszModule, NULL, hDbgCfg);
     239                    rc = RTDbgModCreateFromImage(&hMod, pszModule, NULL, RTLDRARCH_WHATEVER, hDbgCfg);
    240240                else
    241241                    rc = RTDbgModCreateFromPeImage(&hMod, pszModule, NULL, NIL_RTLDRMOD, cbImage, uTimestamp, hDbgCfg);
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