summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h
AgeCommit message (Expand)Author
2025-01-29[lldb] Make Python >= 3.8 required for LLDB 21 (#124735)David Spickett
2024-10-31[lldb] Use PY_VERSION_HEX to simplify conditional compilation (NFC) (#114346)Jonas Devlieghere
2024-08-19[lldb][Python] Silence GCC warning for modules error workaroundDavid Spickett
2022-01-20Work around a module build failure on the bots.Adrian Prantl
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-03-29[Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-21Partially revert r335236Pavel Labath
2018-06-21ScriptInterpreterPython cleanupPavel Labath
2018-04-10s/LLVM_ON_WIN32/_WIN32/, lldbNico Weber
2016-10-05Make lldb -Werror clean on Windows.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner