Does anyone use gdb attach to debug pthread winelib applications? I've had a lot of problems with winedbg and winedbg --gdb, but have gdb attach working well except I can't debug threads.  Breakpoints in threads crash the app and I have no thread info.
<br><br>gdb attach works fine with non-winelib pthread test cases.<br><br><br><br>