https://bugs.winehq.org/show_bug.cgi?id=54250
--- Comment #7 from ake.rehnman@gmail.com --- (In reply to Eric Pouech from comment #6)
- I assume you're using WINEDLLOVERRIDES to force loading of native (in
prefix) instead of wine's builtin (in tree)
Actually it is the other way around. There are a number of native dlls in the System32 directory but those are replaced with the built-in in my build tree.
- can you post the WINEDEBUG=+dbghelp trace
Good news! Wine-dbg actually loads the correct symbols with the alternate patch. So this is working. BUT I am usually running Winedbg as a gdb-server and THEN the symols gets screwed up.
So when I use Wine-dbg interactively I can set breakpoints on the functions in the built-in dlls and everything works. But when I switch to gdb and run Wine-dbg as gdbserver I get the symbols for the NATIVE dlls. Weird...