[Lldb-commits] [PATCH] D66445: Explicitly Cast Constants to DWORD
Adrian McCarthy via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 22 08:47:51 PDT 2019
amccarth added a comment.
Is this necessary? I see
C++
#define STATUS_BREAKPOINT ((DWORD )0x80000003L)
#define STATUS_SINGLE_STEP ((DWORD )0x80000004L)
in C:\Program Files (x86)\Windows Kits\8.1\Include\um\winnt.h
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66445/new/
https://reviews.llvm.org/D66445
More information about the lldb-commits
mailing list