llvm-project/lldb/source/Host/posix
Pavel Labath 2df331b0f7 Remove dependency from Host to python
Summary:
The only reason python was used in the Host module was to compute the
python path. I resolve this the same way as D47384 did for clang, by
moving the path computation into the python plugin and modifying
SBHostOS class to call into this module for ePathTypePythonDir.

Reviewers: zturner, jingham, davide

Subscribers: mgorny, lldb-commits

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

llvm-svn: 335104
2018-06-20 08:35:45 +00:00
..
ConnectionFileDescriptorPosix.cpp Modernize and clean-up the Predicate class 2018-05-09 14:29:30 +00:00
DomainSocket.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
FileSystem.cpp [FileSpec] Make style argument mandatory for SetFile. NFC 2018-06-13 22:08:14 +00:00
HostInfoPosix.cpp Remove dependency from Host to python 2018-06-20 08:35:45 +00:00
HostProcessPosix.cpp Clean up lldb-types.h 2017-07-18 13:14:01 +00:00
HostThreadPosix.cpp HostThreadPosix::Cancel: remove android-specific implementation 2018-03-06 12:46:05 +00:00
LockFilePosix.cpp Clean up lldb-types.h 2017-07-18 13:14:01 +00:00
PipePosix.cpp Replace HostInfo::GetLLDBPath with specific functions 2018-06-19 15:09:07 +00:00
ProcessLauncherPosixFork.cpp ProcessLauncherPosixFork: move setgid call into the if(debug) branch 2018-05-23 10:10:36 +00:00