llvm-project/lldb/source/Host
Aaron Smith 216944ee03 Enable lldb-server on Windows
Summary:
This commit contains three small changes to enable lldb-server on Windows.

- Add lldb-server for Windows to the build
- Disable pty redirection on Windows for the initial lldb-server bring up
- Add a support to get the parent pid for a process on Windows
- Ifdef some signals which aren't supported on Windows

Thanks to Hui Huang for the help with this patch!

Reviewers: labath

Reviewed By: labath

Subscribers: JDevlieghere, compnerd, Hui, amccarth, xiaobai, srhines, mgorny, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D61686

llvm-svn: 368774
2019-08-13 23:50:54 +00:00
..
android Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
common [CompletionRequest] Remove unimplemented members. 2019-07-31 03:48:29 +00:00
freebsd Move ProcessInfo from Host to Utility. 2019-03-04 21:51:03 +00:00
linux [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
macosx [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
netbsd Move ProcessInfo from Host to Utility. 2019-03-04 21:51:03 +00:00
openbsd Move ProcessInfo from Host to Utility. 2019-03-04 21:51:03 +00:00
posix [Logging] Replace Log::Printf with LLDB_LOG macro (NFC) 2019-07-24 17:56:10 +00:00
windows Enable lldb-server on Windows 2019-08-13 23:50:54 +00:00
CMakeLists.txt [CMake] Move link dependencies where they are used. 2019-03-29 17:47:26 +00:00