[Lldb-commits] [PATCH] D71482: [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 13 10:33:55 PST 2019


JDevlieghere created this revision.
JDevlieghere added reviewers: labath, teemperor.
Herald added subscribers: abidh, mgorny.
Herald added a project: LLDB.

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


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D71482

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71482.233834.patch
Type: text/x-patch
Size: 25911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20191213/eef653e5/attachment-0001.bin>


More information about the lldb-commits mailing list