diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2013-05-19 13:31:13 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2013-05-19 13:31:13 +0000 |
commit | cd2e1bebe30be0db5d4bc2c5d585e215425785c9 (patch) | |
tree | 50f97c9e18695b6887f6506bc25b2ff69baee998 /src/VBox/Runtime/tools/RTLdrFlt.cpp | |
parent | 981d6ae41427259fc03f554c8852c48b2cd24fba (diff) | |
download | VirtualBox-svn-cd2e1bebe30be0db5d4bc2c5d585e215425785c9.tar.gz |
First part of loading .dSYM bundles.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@46161 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/tools/RTLdrFlt.cpp')
-rw-r--r-- | src/VBox/Runtime/tools/RTLdrFlt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Runtime/tools/RTLdrFlt.cpp b/src/VBox/Runtime/tools/RTLdrFlt.cpp index a557c91e695..7366208d4db 100644 --- a/src/VBox/Runtime/tools/RTLdrFlt.cpp +++ b/src/VBox/Runtime/tools/RTLdrFlt.cpp @@ -236,7 +236,7 @@ int main(int argc, char **argv) RTDBGMOD hMod; if (enmOpenMethod == kOpenMethod_FromImage) - rc = RTDbgModCreateFromImage(&hMod, pszModule, NULL, hDbgCfg); + rc = RTDbgModCreateFromImage(&hMod, pszModule, NULL, RTLDRARCH_WHATEVER, hDbgCfg); else rc = RTDbgModCreateFromPeImage(&hMod, pszModule, NULL, NIL_RTLDRMOD, cbImage, uTimestamp, hDbgCfg); if (RT_FAILURE(rc)) |