https://bugs.winehq.org/show_bug.cgi?id=52444
--- Comment #3 from Fabian Maurer dark.shadow4@web.de ---
A little off topic
Thanks, I'll look into that sometime.
Therefore just to clarify - you want (unlike my short test above) to use a linux eclipse with a linux gdb to attach to a process running with wine from a tree built without mingw?
Yes. I mean, technically, that is just my current workflow. What I *really* want is to debug Wine with (linux) eclipse, using breakpoints, backtrace, stepping and the liles.
It's just that I didn't find another way to make it work. winedbg doesn't play nice with eclipse (or the other way round). And a mingw built doesn't work with normal gdb either, unless you use "add-symbol-file PATH/comctl32.dll" on the dlls manually before the breakpoint would be hit.