[Lldb-commits] [PATCH] D56233: [lldb-server] Add initial support for lldb-server on Windows

Aaron Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Apr 10 00:40:19 PDT 2019


asmith updated this revision to Diff 194454.
asmith marked an inline comment as done.
asmith edited the summary of this revision.

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

https://reviews.llvm.org/D56233

Files:
  cmake/modules/LLDBConfig.cmake
  include/lldb/Host/common/NativeProcessProtocol.h
  include/lldb/Host/windows/PosixApi.h
  packages/Python/lldbsuite/test/dotest.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteAuxvSupport.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteKill.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteModuleInfo.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteProcessInfo.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteSingleStep.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_qThreadStopInfo.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestGdbRemote_vCont.py
  packages/Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py
  packages/Python/lldbsuite/test/tools/lldb-server/commandline/TestStubSetSID.py
  packages/Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py
  packages/Python/lldbsuite/test/tools/lldb-server/inferior-crash/TestGdbRemoteAbort.py
  packages/Python/lldbsuite/test/tools/lldb-server/lldbgdbserverutils.py
  packages/Python/lldbsuite/test/tools/lldb-server/main.cpp
  packages/Python/lldbsuite/test/tools/lldb-server/signal-filtering/TestGdbRemote_QPassSignals.py
  packages/Python/lldbsuite/test/tools/lldb-server/thread-name/TestGdbRemoteThreadName.py
  source/Host/common/File.cpp
  source/Host/common/Socket.cpp
  source/Host/common/SocketAddress.cpp
  source/Host/windows/Host.cpp
  source/Plugins/Process/Utility/CMakeLists.txt
  source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp
  source/Plugins/Process/Utility/RegisterContextWindows_i386.h
  source/Plugins/Process/Utility/RegisterContextWindows_wow64.cpp
  source/Plugins/Process/Utility/RegisterContextWindows_wow64.h
  source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
  source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h
  source/Plugins/Process/Windows/Common/CMakeLists.txt
  source/Plugins/Process/Windows/Common/DebuggerThread.cpp
  source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
  source/Plugins/Process/Windows/Common/NativeProcessWindows.h
  source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.cpp
  source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.h
  source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.cpp
  source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.h
  source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_wow64.cpp
  source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_wow64.h
  source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.cpp
  source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.h
  source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp
  source/Plugins/Process/Windows/Common/NativeThreadWindows.h
  source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
  source/Plugins/Process/Windows/Common/ProcessDebugger.h
  source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  tools/lldb-server/lldb-gdbserver.cpp
  tools/lldb-server/lldb-platform.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56233.194454.patch
Type: text/x-patch
Size: 177245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190410/dfa83c6b/attachment-0001.bin>


More information about the lldb-commits mailing list