Files
clang-p2996/lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
Saleem Abdulrasool e7823a5316 Windows: explicitly cast constants to DWORD
STATUS_SINGLE_STEP and STATUS_BREAKPOINT are defined as 0x8------ which
is negative and thus can't be implicitly narrowed to a DWORD which is
unsigned.  The value is defined differently across winnt.h and ntstatus.h.

Patch by Gwen Mittertreiner!

llvm-svn: 369788
2019-08-23 17:58:53 +00:00

18 KiB