Do we really need to write out unix pid? AFAIK Winedbg can attach to windows process IDs just fine.
Hrmph. The author did say in http://bugs.winehq.org/show_bug.cgi?id=8243 that he needed Windows PIDs, didn't say he needed Unix pids. so maybe you're right. Let's ask him.
Hey, Anastasius, do you really need the unix pid? - Dan
On 5/3/07, Dan Kegel dank@kegel.com wrote:
Do we really need to write out unix pid? AFAIK Winedbg can attach to windows process IDs just fine.
... Hey, Anastasius, do you really need the unix pid?
A.F. replied "if winedbg works with windows PIDs then its ok to print out/use windows PIDs only. Just modify the format string buildup and remove the two extra headers which got pulled in due to getpid()."