summaryrefslogtreecommitdiff
path: root/lldb/bindings/python
AgeCommit message (Expand)Author
2025-11-17[lldb] Push down the SWIG module to avoid an import cycle (#166265)Jonas Devlieghere
2025-11-15[lldb] Enforce Py_LIMITED_API in the SWIG typemaps (#168147)Jonas Devlieghere
2025-11-14[lldb] Drop support for the Buffer Protocol (#168144)Jonas Devlieghere
2025-11-13[lldb] Remove bindings/python/python-typemaps.h (#167966)Jonas Devlieghere
2025-11-13Revert "[lldb] Limit Py_buffer_RAII to SWIG < 4.1" (#167934)Jonas Devlieghere
2025-11-13[lldb] Limit Py_buffer_RAII to SWIG < 4.1 (#167808)Jonas Devlieghere
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani
2025-11-05[lldb] Support a Stable ABI LLDB_PYTHON_EXT_SUFFIX (#166269)Jonas Devlieghere
2025-10-30[lldb] Add alternative SBThread::GetStopDescription (#165379)Ebuka Ezike
2025-10-29[lldb] Do not narrow `GetIndexOfChildWithName` return type to int (#165453)Ebuka Ezike
2025-10-13[lldb][swig] Support SBFileSpec::GetPath (#162964)Wanyi
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham
2025-09-10[lldb] Remove unused swig macro (NFC) (#157905)Dave Lee
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham
2025-07-09[lldb] Enable SWIG Doxygen Translation (#147617)Jonas Devlieghere
2025-04-01Add a new affordance that the Python module in a dSYM (#133290)jimingham
2025-03-04Revert "Push down the swig module to avoid an import cycle" (#129714)David Spickett
2025-03-03Push down the swig module to avoid an import cycle (#129135)wieDasDing
2025-02-04[lldb] Support CommandInterpreter print callbacks (#125006)Jonas Devlieghere
2025-01-06[lldb][ResolveSourceFileCallback] Update SBModule (#120832)rchamala
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-08-23Revert "Revert "[lldb][swig] Use the correct variable in the return statement""Adrian Prantl
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko
2024-08-22Revert "[lldb][swig] Use the correct variable in the return statement"Dmitri Gribenko
2024-08-21[lldb][swig] Use the correct variable in the return statementDmitri Gribenko
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham
2024-07-02[lldb] Add scripted thread plan python base class to lldb & website (#97481)Med Ismail Bennani
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#96569)Miro Bucko
2024-06-24Revert commits that add `TestFind(Ranges)InMemory.py` (#96560)Chelsea Cassanova
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#95007)Miro Bucko
2024-06-11Reland "[lldb][api-test] Add API test for SBCommandInterpreter::Comm… (#95...Chelsea Cassanova
2024-06-11Revert "[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverri...Chelsea Cassanova
2024-06-11[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverrideCallba...Chelsea Cassanova
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani
2024-05-17[lldb] Include SBLanguages in the SWIG bindings (#92470)Jonas Devlieghere
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani