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

Aaron Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 15:18:23 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL368759: Initial support for native debugging of x86/x64 Windows processes (authored by asmith, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D63165?vs=214942&id=214944#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63165

Files:
  lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-server/register-reading/main.cpp
  lldb/trunk/source/Plugins/Process/Utility/CMakeLists.txt
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextWindows_i386.h
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
  lldb/trunk/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h
  lldb/trunk/source/Plugins/Process/Windows/Common/CMakeLists.txt
  lldb/trunk/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeProcessWindows.h
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.cpp
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.cpp
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.h
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.cpp
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.h
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.cpp
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.h
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp
  lldb/trunk/source/Plugins/Process/Windows/Common/NativeThreadWindows.h
  lldb/trunk/source/Plugins/Process/Windows/Common/RegisterContextWindows.cpp
  lldb/trunk/third_party/Python/module/unittest2/unittest2/case.py
  lldb/trunk/unittests/tools/lldb-server/tests/LLGSTest.cpp
  lldb/trunk/unittests/tools/lldb-server/tests/TestBase.h
  lldb/trunk/unittests/tools/lldb-server/tests/TestClient.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63165.214944.patch
Type: text/x-patch
Size: 111986 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/31ae6523/attachment.bin>


More information about the llvm-commits mailing list