Hello,
I'm debuging an application with this command line:

wine --debugmsg err+all,+relay .../audio/coolpro/coolpro.exe &>.../installed-src/wine/cvs/cooledit/debug.relay-01.txt

Can I know which function executed in which thread?

Like something as:
0009:TID 000a:Call kernel32.FindResourceA
0009:TID 000a:Ret  kernel32.FindResourceA
0009:TID 000b:user32.GetSysColor
0009:TID 000b:Ret  user32.GetSysColor

Merci,
Olivier