[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 13 Dec 2019 18:37:33 +0000 (10:37 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 13 Dec 2019 21:41:11 +0000 (13:41 -0800)
commit4e26cf2cfb2b140a33ec236153cb2f23b5c44127
tree466e768fef375dd038474f91abc4eb255dca93ec
parent9cb7a1be2a430a50fb5644b3f48d4a1544034fb9
[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON

This matches the naming scheme used by LLVM and all the other optional
dependencies in LLDB.

Differential revision: https://reviews.llvm.org/D71482
29 files changed:
lldb/CMakeLists.txt
lldb/cmake/modules/LLDBConfig.cmake
lldb/docs/CMakeLists.txt
lldb/docs/resources/build.rst
lldb/include/lldb/Host/Config.h.cmake
lldb/packages/Python/lldbsuite/test/dotest.py
lldb/source/API/CMakeLists.txt
lldb/source/API/SBHostOS.cpp
lldb/source/API/SystemInitializerFull.cpp
lldb/source/Commands/CommandObjectFrame.cpp
lldb/source/Commands/CommandObjectType.cpp
lldb/source/Core/ValueObject.cpp
lldb/source/Interpreter/CommandObjectScript.cpp
lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h
lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt
lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
lldb/test/API/lit.site.cfg.py.in
lldb/test/API/lldbtest.py
lldb/test/CMakeLists.txt
lldb/test/Shell/lit.cfg.py
lldb/test/Shell/lit.site.cfg.py.in
lldb/tools/intel-features/CMakeLists.txt
lldb/unittests/ScriptInterpreter/CMakeLists.txt