Alexandre Julliard : ntdll: Pass a debug object in the new_process request.

Alexandre Julliard julliard at winehq.org
Mon Feb 1 16:13:08 CST 2021


Module: wine
Branch: master
Commit: 11e6f1007c3d13a2f5b1e547850de8b832110c7d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=11e6f1007c3d13a2f5b1e547850de8b832110c7d

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Feb  1 11:08:44 2021 +0100

ntdll: Pass a debug object in the new_process request.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/tests/debugger.c |  3 ---
 dlls/kernelbase/process.c      | 48 ++++++++++++++++++++++++++++++------------
 dlls/ntdll/unix/process.c      |  2 +-
 include/wine/server_protocol.h |  4 +++-
 server/debugger.c              |  5 +++++
 server/process.c               | 19 ++++++++++++-----
 server/process.h               |  1 +
 server/protocol.def            |  1 +
 server/request.h               | 19 +++++++++--------
 server/trace.c                 |  1 +
 10 files changed, 70 insertions(+), 33 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=11e6f1007c3d13a2f5b1e547850de8b832110c7d



More information about the wine-cvs mailing list