summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
AgeCommit message (Expand)Author
2025-08-08[lldb] Support the Python stable C API in PythonString::AsUTF8 (#152599)Jonas Devlieghere
2025-08-06[lldb] Eliminate (_)Py_IsFinalizing (NFC) (#152226)Jonas Devlieghere
2025-08-05[lldb] Drop PY_MINOR_VERSION >= 3 check (NFC)Jonas Devlieghere
2025-08-05[lldb] Use Python Bytes instead of Buffer for Binary I/O (NFC) (#152031)Jonas Devlieghere
2025-08-05[lldb] Reimplement PythonObject::Dump using the limited API (#152055)Jonas Devlieghere
2025-08-04[lldb] Eliminate PyGILState_Check (NFC) (#152006)Jonas Devlieghere
2025-08-04[lldb] Use fully qualified name instead of namespace (NFC)Jonas Devlieghere
2025-08-01[lldb] Reimplment PyRun_SimpleString using the Python stable C API (#151777)Jonas Devlieghere
2025-08-01[lldb] Reimplment PyRun_String using the Python stable C API (#151761)Jonas Devlieghere
2025-08-01[lldb] Replace Python APIs with their stable equivalent (#151618)Jonas Devlieghere
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-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-23Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl
2024-09-23[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl
2024-09-20[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-20Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...David Spickett
2024-09-19[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-18Revert "[lldb] Change the implementation of Status to store an llvm::Error (N...Adrian Prantl
2024-09-18[lldb] Change the implementation of Status to store an llvm::Error (NFC) (#10...Adrian Prantl
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-04-22[lldb] Replace condition that always evaluates to false (#89685)Troy Butler
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani
2023-11-07Revert "[lldb] Check for abstract methods implementation in Scripted Plugin O...Med Ismail Bennani
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani
2023-10-30[lldb] Adapt code to Python 3.13 (#70445)Tulio Magno Quites Machado Filho
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata
2022-08-27[lldb] Use nullptr instead of NULL (NFC)Kazu Hirata
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2022-01-24[lldb] Make PythonDataObjects work with Python 2Jonas Devlieghere
2022-01-19[lldb] Fix D114722 for python<=3.6Pavel Labath
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath
2022-01-17[LLDB] Fix Python GIL-not-held issuesRalf Grosse-Kunstleve
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2020-08-05[lldb] Use PyUnicode_GetLength instead of PyUnicode_GetSizeTatyana Krasnukha
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki
2020-01-29Fix implicit conversion in the lldb Python pluginBenjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere