summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
AgeCommit message (Expand)Author
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2023-10-23[lldb] Move ScriptInterpreter Interfaces to subdirectory (NFC)Med Ismail Bennani
2023-05-19Work around a modularization issue in the Python headers.Adrian Prantl
2023-01-12[lldb/Interpreter] Introduce ScriptedPlatform{,Python}InterfaceMed Ismail Bennani
2022-11-18[lldb/Python] Unify PythonFormat & GetPythonValueFormatString (NFC)Med Ismail Bennani
2022-05-12[llvm][lldb] use FindLibEdit.cmake everywhereTobias Ribizel
2021-11-16[lldb] fix -print-script-interpreter-info on windowsLawrence D'Anna
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani
2021-09-03[lldb/Plugins] Introduce Scripted Interface FactoryMed Ismail Bennani
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani
2020-08-17[lldb] Get rid of helper CMake variables for PythonJonas Devlieghere
2020-01-02[lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere
2020-01-02[lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARYJonas Devlieghere
2019-12-12[lldb/CMake] Rename LLDB_DISABLE_LIBEDIT to LLDB_ENABLE_LIBEDITJonas Devlieghere
2019-12-09[lldb][CMake] Fix build for the case of custom libedit installationTatyana Krasnukha
2019-11-05Revert and patch "[Python] Remove readline module"serge-sans-paille
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-10-07[lldb] Unifying lldb python pathHaibo Huang
2019-03-29[CMake] Move link dependencies where they are used.Jonas Devlieghere
2019-03-26[Python] Define empty SWIG wrapper for unit testin"Jonas Devlieghere
2019-03-25[Python] Move SWIG wrapper dependency into the pluginJonas Devlieghere
2018-06-21ScriptInterpreterPython cleanupPavel Labath
2018-06-20Remove dependency from Host to pythonPavel Labath
2017-01-31[CMake] [4/4] Update a batch of pluginsChris Bieneman
2015-11-13Introduce a `PythonExceptionState` class.Zachary Turner
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner