aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings/python
AgeCommit message (Expand)AuthorFilesLines
2026-01-29[lldb] Add conversions for SBValueList and SBValue to the python bridge. (#17...Aman LaChapelle1-0/+12
2025-12-02Reland "[lldb] Introduce ScriptedFrameProvider for real threads (#161870)" (#...Med Ismail Bennani1-0/+12
2025-11-17[lldb] Push down the SWIG module to avoid an import cycle (#166265)Jonas Devlieghere2-3/+12
2025-11-15[lldb] Enforce Py_LIMITED_API in the SWIG typemaps (#168147)Jonas Devlieghere2-2/+10
2025-11-14[lldb] Drop support for the Buffer Protocol (#168144)Jonas Devlieghere1-51/+24
2025-11-13[lldb] Remove bindings/python/python-typemaps.h (#167966)Jonas Devlieghere2-25/+12
2025-11-13Revert "[lldb] Limit Py_buffer_RAII to SWIG < 4.1" (#167934)Jonas Devlieghere2-16/+29
2025-11-13[lldb] Limit Py_buffer_RAII to SWIG < 4.1 (#167808)Jonas Devlieghere2-29/+16
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch1-12/+0
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani1-0/+12
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani3-0/+18
2025-11-05[lldb] Support a Stable ABI LLDB_PYTHON_EXT_SUFFIX (#166269)Jonas Devlieghere1-1/+7
2025-10-30[lldb] Add alternative SBThread::GetStopDescription (#165379)Ebuka Ezike1-0/+18
2025-10-29[lldb] Do not narrow `GetIndexOfChildWithName` return type to int (#165453)Ebuka Ezike1-1/+1
2025-10-13[lldb][swig] Support SBFileSpec::GetPath (#162964)Wanyi1-0/+5
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham2-0/+28
2025-09-10[lldb] Remove unused swig macro (NFC) (#157905)Dave Lee1-17/+0
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees1-0/+1
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham1-72/+12
2025-07-09[lldb] Enable SWIG Doxygen Translation (#147617)Jonas Devlieghere1-0/+1
2025-04-01Add a new affordance that the Python module in a dSYM (#133290)jimingham1-0/+22
2025-03-04Revert "Push down the swig module to avoid an import cycle" (#129714)David Spickett2-12/+3
2025-03-03Push down the swig module to avoid an import cycle (#129135)wieDasDing2-3/+12
2025-02-04[lldb] Support CommandInterpreter print callbacks (#125006)Jonas Devlieghere3-2/+45
2025-01-06[lldb][ResolveSourceFileCallback] Update SBModule (#120832)rchamala1-0/+5
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham1-0/+73
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani2-99/+14
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett1-13/+98
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani1-98/+13
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-2/+2
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-9/+11
2024-08-23Revert "Revert "[lldb][swig] Use the correct variable in the return statement""Adrian Prantl1-1/+1
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-1/+17
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-17/+1
2024-08-22Revert "[lldb][swig] Use the correct variable in the return statement"Dmitri Gribenko1-1/+1
2024-08-21[lldb][swig] Use the correct variable in the return statementDmitri Gribenko1-1/+1
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-1/+17
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham1-0/+22
2024-07-02[lldb] Add scripted thread plan python base class to lldb & website (#97481)Med Ismail Bennani1-1/+3
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani2-137/+37
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#96569)Miro Bucko1-1/+2
2024-06-24Revert commits that add `TestFind(Ranges)InMemory.py` (#96560)Chelsea Cassanova1-2/+1
2024-06-24[lldb][API] Add Find(Ranges)InMemory() to Process SB API (#95007)Miro Bucko1-1/+2
2024-06-11Reland "[lldb][api-test] Add API test for SBCommandInterpreter::Comm… (#95...Chelsea Cassanova2-1/+39
2024-06-11Revert "[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverri...Chelsea Cassanova2-39/+1
2024-06-11[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverrideCallba...Chelsea Cassanova2-1/+39
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani2-37/+137
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani2-137/+37
2024-05-17[lldb] Include SBLanguages in the SWIG bindings (#92470)Jonas Devlieghere1-0/+1
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham2-5/+30