Paul Gofman : ntdll: Support THREAD_CREATE_FLAGS_HIDE_FROM_DEBUGGER thread creation flag.

Alexandre Julliard julliard at winehq.org
Mon Dec 6 16:08:00 CST 2021


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

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Fri Dec  3 20:28:34 2021 +0300

ntdll: Support THREAD_CREATE_FLAGS_HIDE_FROM_DEBUGGER thread creation flag.

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/tests/Makefile.in   |   1 +
 dlls/ntdll/tests/thread.c      | 126 +++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/unix/process.c      |  12 +++-
 dlls/ntdll/unix/thread.c       |   6 +-
 include/wine/server_protocol.h |   4 +-
 server/protocol.def            |   2 +-
 server/request.h               |   2 +-
 server/thread.c                |   3 +-
 server/trace.c                 |   2 +-
 9 files changed, 150 insertions(+), 8 deletions(-)

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



More information about the wine-cvs mailing list