[Bug 46272] Create TaskList and MAP linux PID to wine windows PID

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 10 21:12:02 CST 2018


https://bugs.winehq.org/show_bug.cgi?id=46272

--- Comment #1 from roberto at spadim.com.br ---
more information at wineserver:

parent_id (windows PID):
https://github.com/wine-mirror/wine/blob/6d801377055911d914226a3c6af8d8637a63fa13/server/process.h#L57

unix pid:
https://github.com/wine-mirror/wine/blob/6d801377055911d914226a3c6af8d8637a63fa13/server/process.h#L66

get process from id (parent_id_t):
https://github.com/wine-mirror/wine/blob/6d801377055911d914226a3c6af8d8637a63fa13/server/process.c#L709

https://github.com/wine-mirror/wine/blob/6d801377055911d914226a3c6af8d8637a63fa13/server/process.c#L404

dump process information: (what we need - id and unix_id)
https://github.com/wine-mirror/wine/blob/6d801377055911d914226a3c6af8d8637a63fa13/server/thread.c#L328

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list