[PATCH] D56233: [lldb-server] Add initial support for lldb-server on Windows
Aaron Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 9 12:35:13 PDT 2019
asmith updated this revision to Diff 194380.
Herald added a reviewer: jfb.
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
lit/Modules/PECOFF/export-dllfunc.yaml
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/Host/windows/HostInfoWindows.cpp
source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
source/Plugins/Platform/Windows/PlatformWindows.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.194380.patch
Type: text/x-patch
Size: 181621 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190409/bfc7cc29/attachment-0001.bin>
More information about the llvm-commits
mailing list