Commit b99d7db8 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winedbg: Allow debugging a 32bit target from a 64bit winedbg.

parent 66d7ba2d
......@@ -657,7 +657,8 @@ int main(int argc, char** argv)
dbg_init_console();
SymSetOptions((SymGetOptions() & ~(SYMOPT_UNDNAME)) |
SYMOPT_LOAD_LINES | SYMOPT_DEFERRED_LOADS | SYMOPT_AUTO_PUBLICS);
SYMOPT_LOAD_LINES | SYMOPT_DEFERRED_LOADS | SYMOPT_AUTO_PUBLICS |
SYMOPT_INCLUDE_32BIT_MODULES);
if (argc && !strcmp(argv[0], "--auto"))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment