Module: wine Branch: master Commit: 52d733b5c4876276d7a2dfc8d9a9bb72a853dfd0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=52d733b5c4876276d7a2dfc8d...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Feb 8 12:09:44 2021 +0100
server: Implement retrieving the debug object of a process.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/tests/info.c | 4 ++-- dlls/ntdll/unix/process.c | 45 ++++++++++++++++++++++++++++-------------- include/wine/server_protocol.h | 23 ++++++++++++++++++--- server/process.c | 15 ++++++++++++-- server/protocol.def | 12 +++++++++-- server/request.h | 9 +++++++-- server/trace.c | 16 ++++++++++++++- 7 files changed, 97 insertions(+), 27 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=52d733b5c4876276d7a2d...