llvm-project/lldb/source/Plugins/ScriptInterpreter/Python
Pavel Labath 2e826088b9 [lldb] Fix a bug in D96779 (shared lib directory logic)
This function would fail in debug builds, as the two usages of the
LLDB_PYTHON_RELATIVE_LIBDIR macro would expand to two distinct strings.
The path iterator macros don't support that.

Use a temporary variable to ensure everything points to a single string.
2021-03-09 15:15:45 +01:00
..
CMakeLists.txt [lldb] Revert ScriptedProcess patches 2021-03-01 23:23:27 +00:00
PythonDataObjects.cpp [lldb] Use PyUnicode_GetLength instead of PyUnicode_GetSize 2020-08-05 11:59:47 +03:00
PythonDataObjects.h [lldb] Remove redundant access specifiers (NFC) 2020-06-15 21:34:13 -07: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 [lldb] Fix a bug in D96779 (shared lib directory logic) 2021-03-09 15:15:45 +01:00
ScriptInterpreterPython.h [lldb] Revert ScriptedProcess patches 2021-03-01 23:23:27 +00:00
ScriptInterpreterPythonImpl.h [lldb] Revert ScriptedProcess patches 2021-03-01 23:23:27 +00:00
lldb-python.h [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00