On Sat, 12 Feb 2005 17:36:58 +0000, Oliver Stieber wrote:
But that's not really useful, I couldn't find out how to switch threads in winedbg so I don't known what the backtraces of the other threads are..
You put the tid after the bt command, eg:
bt 0x9
or you can use "bt all". Yes it's not very well documented. Yes I had exactly the same question when I started Wine hacking :)
It's now in the "developer cheatsheet" document for this very reason. I'd recommend you read it ;)