Age | Commit message (Expand) | Author | Files | Lines |
7 days | [lldb] Reimplment PyRun_SimpleString using the Python stable C API (#151777) | Jonas Devlieghere | 1 | -1/+1 |
12 days | Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15... | jimingham | 1 | -14/+5 |
2025-04-01 | Add a new affordance that the Python module in a dSYM (#133290) | jimingham | 1 | -0/+6 |
2024-09-24 | Add the ability to define custom completers to the parsed_cmd template. (#109... | jimingham | 1 | -0/+13 |
2024-09-20 | [lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of... | Med Ismail Bennani | 1 | -15/+6 |
2024-09-20 | Revert "[lldb] Fix SWIG wrapper compilation error" | David Spickett | 1 | -5/+14 |
2024-09-20 | [lldb] Fix SWIG wrapper compilation error | David Spickett | 1 | -1/+1 |
2024-09-19 | [lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ... | Med Ismail Bennani | 1 | -15/+6 |
2024-09-05 | [lldb] Make deep copies of Status explicit (NFC) (#107170) | Adrian Prantl | 1 | -1/+1 |
2024-07-03 | Add the ability for Script based commands to specify their "repeat command" (... | jimingham | 1 | -0/+6 |
2024-06-27 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)... | Med Ismail Bennani | 1 | -20/+30 |
2024-05-23 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 1 | -30/+20 |
2024-05-23 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ... | Med Ismail Bennani | 1 | -20/+30 |
2024-02-17 | [lldb] Don't rely on ScriptInterpreterPythonImpl::Initialize in the unit test... | Jonas Devlieghere | 1 | -21/+5 |
2024-02-13 | Add the ability to define a Python based command that uses CommandObjectParse... | jimingham | 1 | -0/+8 |
2024-01-29 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Jason Molenda | 1 | -30/+20 |
2024-01-29 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 1 | -20/+30 |
2023-10-30 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 1 | -25/+20 |
2023-10-30 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 1 | -20/+25 |
2023-10-26 | [lldb] Introduce OperatingSystem{,Python}Interface and make use it | Med Ismail Bennani | 1 | -1/+6 |
2023-10-25 | [lldb/Interpreter] Make ScriptedInterface Object creation more generic (#68052) | Med Ismail Bennani | 1 | -8/+10 |
2023-05-10 | [lldb] Mark most SBAPI methods involving private types as protected or private | Alex Langford | 1 | -61/+79 |
2023-05-03 | Allow scripted thread plans to modify the thread stop description when | Jim Ingham | 1 | -0/+8 |
2023-04-25 | [lldb] Improve breakpoint management for interactive scripted process | Med Ismail Bennani | 1 | -0/+4 |
2023-03-03 | [lldb/Plugins] Add memory writing capabilities to Scripted Process | Med Ismail Bennani | 1 | -0/+5 |
2023-03-03 | [lldb/Plugins] Add Attach capabilities to ScriptedProcess | Med Ismail Bennani | 1 | -0/+18 |
2023-01-12 | [lldb] Add ScriptedPlatform python implementation | Med Ismail Bennani | 1 | -9/+2 |
2023-01-07 | [lldb] Use std::optional instead of llvm::Optional (NFC) | Kazu Hirata | 1 | -2/+2 |
2023-01-07 | [lldb] Add #include <optional> (NFC) | Kazu Hirata | 1 | -0/+1 |
2022-12-04 | [lldb/unittests] Use std::nullopt instead of None (NFC) | Kazu Hirata | 1 | -2/+2 |
2022-11-18 | [lldb/Plugins] Improve error reporting with reading memory in Scripted Process | Med Ismail Bennani | 1 | -0/+4 |
2022-10-19 | [lldb] Add matching based on Python callbacks for data formatters. | Jorge Gorbe Moya | 1 | -0/+6 |
2022-04-27 | Remove Python 2 support from the ScriptInterpreter plugin | Jonas Devlieghere | 1 | -4/+0 |
2022-01-19 | [lldb] Initialize Python exactly once | Jonas Devlieghere | 1 | -2/+0 |
2022-01-18 | [lldb/python] Use PythonObject in LLDBSwigPython functions | Pavel Labath | 1 | -18/+19 |
2021-12-20 | [lldb/python] Fix (some) dangling pointers in our glue code | Pavel Labath | 1 | -10/+10 |
2021-12-13 | [lldb] Clarify StructuredDataImpl ownership | Pavel Labath | 1 | -7/+7 |
2021-11-30 | [lldb] Remove 'extern "C"' from the lldb-swig-python interface | Pavel Labath | 1 | -100/+74 |
2021-11-22 | [lldb] Fix [some] leaks in python bindings | Pavel Labath | 1 | -4/+4 |
2021-11-10 | [lldb/bindings] Change ScriptedThread initializer parameters | Med Ismail Bennani | 1 | -1/+2 |
2021-10-08 | [lldb/Plugins] Add memory region support in ScriptedProcess | Med Ismail Bennani | 1 | -0/+4 |
2021-10-08 | [lldb/Plugins] Add support for ScriptedThread in ScriptedProcess | Med Ismail Bennani | 1 | -0/+6 |
2021-09-03 | [lldb/Plugins] Introduce Scripted Interface Factory | Med Ismail Bennani | 1 | -1/+1 |
2021-03-23 | [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess | Med Ismail Bennani | 1 | -0/+16 |
2021-03-01 | [lldb] Revert ScriptedProcess patches | Med Ismail Bennani | 1 | -16/+0 |
2021-03-01 | [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess | Med Ismail Bennani | 1 | -0/+16 |
2020-09-29 | Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn... | Jim Ingham | 1 | -0/+14 |
2020-09-28 | Revert "Add the ability to write target stop-hooks using the ScriptInterpreter." | Jonas Devlieghere | 1 | -14/+0 |
2020-09-25 | Add the ability to write target stop-hooks using the ScriptInterpreter. | Jim Ingham | 1 | -0/+14 |
2020-06-25 | [lldb/ScriptInterpreter] Fix Windows error C2371: 'pid_t': redefinition | Jonas Devlieghere | 1 | -1/+2 |