| Age | Commit message (Expand) | Author |
| 2025-11-12 | Revert "[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-10-29 | [lldb] Do not narrow `GetIndexOfChildWithName` return type to int (#165453) | Ebuka Ezike |
| 2025-10-09 | Add a scripted way to re-present a stop location (#158128) | jimingham |
| 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-07-28 | Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15... | jimingham |
| 2025-06-04 | [lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583) | Pavel Labath |
| 2025-04-13 | [lldb] Remove vestigial remnants of reproducers (#135361) | Pavel Labath |
| 2025-04-01 | Add a new affordance that the Python module in a dSYM (#133290) | jimingham |
| 2025-01-29 | [lldb] Make Python >= 3.8 required for LLDB 21 (#124735) | David Spickett |
| 2024-11-01 | [lldb] Fix warning: comparison of integers of different signs | Jonas Devlieghere |
| 2024-10-31 | [lldb] Use PY_VERSION_HEX to simplify conditional compilation (NFC) (#114346) | Jonas Devlieghere |
| 2024-10-21 | [lldb] Update ScriptInterpreterTests for CommandReturnObject API change | Jonas Devlieghere |
| 2024-09-24 | Add 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-20 | Revert "[lldb] Fix SWIG wrapper compilation error" | David Spickett |
| 2024-09-20 | [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-07-03 | Add the ability for Script based commands to specify their "repeat command" (... | jimingham |
| 2024-06-27 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)... | Med Ismail Bennani |
| 2024-05-23 | Revert "[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-02-21 | [lldb][test] Fix PythonDataObjectsTest | Jordan Rupprecht |
| 2024-02-17 | [lldb] Don't rely on ScriptInterpreterPythonImpl::Initialize in the unit test... | Jonas Devlieghere |
| 2024-02-17 | [lldb] Use PyBytes and PyByteArray in Python Data Objects unittest (#82098) | Jonas Devlieghere |
| 2024-02-13 | Add the ability to define a Python based command that uses CommandObjectParse... | jimingham |
| 2024-01-29 | Revert "[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 |
| 2023-12-16 | [lldb] Use StringRef::{starts,ends}_with (NFC) | Kazu Hirata |
| 2023-11-07 | [lldb] Check for abstract methods implementation in Scripted Plugin Objects (... | Med Ismail Bennani |
| 2023-11-07 | Revert "[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 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani |
| 2023-10-30 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani |
| 2023-10-26 | [lldb] Introduce OperatingSystem{,Python}Interface and make use it | Med Ismail Bennani |
| 2023-10-25 | [lldb/Interpreter] Make ScriptedInterface Object creation more generic (#68052) | Med Ismail Bennani |
| 2023-10-22 | [lldb] Remove an unused using decl (NFC) | Kazu Hirata |
| 2023-05-22 | [lldb] Add support for negative integer to {SB,}StructuredData | Med Ismail Bennani |
| 2023-05-19 | Work around a modularization issue in the Python headers. | Adrian Prantl |
| 2023-05-15 | [lldb] Fix lua build after 27b6a4e63afe | Alex Langford |
| 2023-05-10 | [lldb] Mark most SBAPI methods involving private types as protected or private | Alex Langford |
| 2023-05-03 | Allow scripted thread plans to modify the thread stop description when | Jim Ingham |
| 2023-04-25 | [lldb] Improve breakpoint management for interactive scripted process | Med Ismail Bennani |
| 2023-03-15 | [lldb] Update PythonDataObjectsTests for new exception formatting | Jonas Devlieghere |
| 2023-03-03 | [lldb/Plugins] Add memory writing capabilities to Scripted Process | Med Ismail Bennani |
| 2023-03-03 | [lldb/Plugins] Add Attach capabilities to ScriptedProcess | Med Ismail Bennani |
| 2023-01-12 | [lldb] Add ScriptedPlatform python implementation | Med Ismail Bennani |