[Lldb-commits] [PATCH] D63165: Initial support for native debugging of x86/x64 Windows processes

Aaron Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Jun 30 13:39:14 PDT 2019


asmith updated this revision to Diff 207234.
asmith added a comment.

Add a define for STATUS_WX86_BREAKPOINT.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63165/new/

https://reviews.llvm.org/D63165

Files:
  lldb/source/Plugins/Process/Utility/CMakeLists.txt
  lldb/source/Plugins/Process/Utility/RegisterContextWindows_WoW64.cpp
  lldb/source/Plugins/Process/Utility/RegisterContextWindows_WoW64.h
  lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp
  lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h
  lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
  lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h
  lldb/source/Plugins/Process/Windows/Common/CMakeLists.txt
  lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
  lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
  lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.h
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.cpp
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.cpp
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.h
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.cpp
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.h
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.cpp
  lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.h
  lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp
  lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63165.207234.patch
Type: text/x-patch
Size: 113626 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190630/f7983fb7/attachment-0001.bin>


More information about the lldb-commits mailing list