llvm-project/lldb/source/Plugins/ScriptInterpreter/Python
Jonas Devlieghere 75966ee241 [lldb] Get rid of helper CMake variables for Python
This patch is a big sed to rename the following variables:

  s/PYTHON_LIBRARIES/Python3_LIBRARIES/g
  s/PYTHON_INCLUDE_DIRS/Python3_INCLUDE_DIRS/g
  s/PYTHON_EXECUTABLE/Python3_EXECUTABLE/g
  s/PYTHON_RPATH/Python3_RPATH/g

I've also renamed the CMake module to better express its purpose and for
consistency with FindLuaAndSwig.

Differential revision: https://reviews.llvm.org/D85976
2020-08-17 08:47:52 -07:00
..
CMakeLists.txt [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07: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/ScriptInterpreter] Fix missing include on Windows 2020-06-25 12:19:04 -07:00
ScriptInterpreterPython.h [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00
ScriptInterpreterPythonImpl.h [lldb] Rename Master/Slave to Primary/Secondary (NFC) 2020-06-15 15:38:28 -07:00
lldb-python.h [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON 2019-12-13 13:41:11 -08:00