llvm-project/lldb/source/Plugins/ScriptInterpreter/Python
Haibo Huang 3ec3f62f0a Allow customized relative PYTHONHOME (Attemp 1)
Summary:
This is another attempt of 0bb90628b5.

The difference is that g_python_home is not declared as const. Since
some versions of python do not expect that.

Subscribers: mgorny, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D74998
2020-02-21 16:25:30 -08:00
..
CMakeLists.txt [lldb/CMake] Fix variable naming in FindLibEdit 2020-01-02 13:39:57 -08:00
PythonDataObjects.cpp Fix implicit conversion in the lldb Python plugin 2020-01-29 00:07:50 +01:00
PythonDataObjects.h Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
PythonReadline.cpp [lldb] Fix -Wstringop-truncation in PythonReadline.cpp 2019-12-21 11:35:26 +01:00
PythonReadline.h [lldb/Core] Add missing include (2/2) 2019-12-12 10:05:30 -08:00
ScriptInterpreterPython.cpp Allow customized relative PYTHONHOME (Attemp 1) 2020-02-21 16:25:30 -08:00
ScriptInterpreterPython.h [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00
ScriptInterpreterPythonImpl.h [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC) 2019-12-22 21:36:03 -08:00
lldb-python.h [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00