teak-llvm/lldb/source/Plugins/ScriptInterpreter/Python
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
..
CMakeLists.txt Remove dependency from Host to python 2018-06-20 08:35:45 +00:00
lldb-python.h s/LLVM_ON_WIN32/_WIN32/, lldb 2018-04-10 13:33:45 +00:00
PythonDataObjects.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
PythonDataObjects.h Revert r317182 for https://reviews.llvm.org/D39128 2017-11-02 03:17:07 +00:00
PythonExceptionState.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
PythonExceptionState.h
ScriptInterpreterPython.cpp Remove dependency from Host to python 2018-06-20 08:35:45 +00:00
ScriptInterpreterPython.h Remove dependency from Host to python 2018-06-20 08:35:45 +00:00