Age | Commit message (Expand) | Author | Files | Lines |
6 days | Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15... | jimingham | 1 | -72/+12 |
2025-04-01 | Add a new affordance that the Python module in a dSYM (#133290) | jimingham | 1 | -0/+22 |
2025-02-04 | [lldb] Support CommandInterpreter print callbacks (#125006) | Jonas Devlieghere | 1 | -2/+22 |
2024-09-24 | Add the ability to define custom completers to the parsed_cmd template. (#109... | jimingham | 1 | -0/+73 |
2024-09-20 | [lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of... | Med Ismail Bennani | 1 | -98/+13 |
2024-09-20 | Revert "[lldb] Fix SWIG wrapper compilation error" | David Spickett | 1 | -13/+98 |
2024-09-19 | [lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ... | Med Ismail Bennani | 1 | -98/+13 |
2024-08-27 | [lldb] Turn lldb_private::Status into a value type. (#106163) | Adrian Prantl | 1 | -9/+11 |
2024-08-23 | Revert "Revert "[lldb][swig] Use the correct variable in the return statement"" | Adrian Prantl | 1 | -1/+1 |
2024-08-23 | Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace... | Adrian Prantl | 1 | -1/+17 |
2024-08-22 | Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045... | Dmitri Gribenko | 1 | -17/+1 |
2024-08-22 | Revert "[lldb][swig] Use the correct variable in the return statement" | Dmitri Gribenko | 1 | -1/+1 |
2024-08-21 | [lldb][swig] Use the correct variable in the return statement | Dmitri Gribenko | 1 | -1/+1 |
2024-08-20 | [lldb] Extend frame recognizers to hide frames from backtraces (#104523) | Adrian Prantl | 1 | -1/+17 |
2024-07-03 | Add the ability for Script based commands to specify their "repeat command" (... | jimingham | 1 | -0/+22 |
2024-06-27 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)... | Med Ismail Bennani | 1 | -130/+27 |
2024-06-11 | Reland "[lldb][api-test] Add API test for SBCommandInterpreter::Comm… (#95... | Chelsea Cassanova | 1 | -0/+22 |
2024-06-11 | Revert "[lldb][api-test] Add API test for SBCommandInterpreter::CommandOverri... | Chelsea Cassanova | 1 | -22/+0 |
2024-06-11 | [lldb][api-test] Add API test for SBCommandInterpreter::CommandOverrideCallba... | Chelsea Cassanova | 1 | -0/+22 |
2024-05-23 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 1 | -27/+130 |
2024-05-23 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ... | Med Ismail Bennani | 1 | -130/+27 |
2024-02-13 | Add the ability to define a Python based command that uses CommandObjectParse... | jimingham | 1 | -4/+27 |
2024-01-29 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Jason Molenda | 1 | -27/+130 |
2024-01-29 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 1 | -130/+27 |
2023-10-30 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 1 | -25/+128 |
2023-10-30 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 1 | -128/+25 |
2023-10-25 | [lldb/Interpreter] Make ScriptedInterface Object creation more generic (#68052) | Med Ismail Bennani | 1 | -43/+0 |
2023-07-13 | Remove unnecessary std::moves [NFC] | Sterling Augustine | 1 | -3/+3 |
2023-07-12 | [lldb][LocateModuleCallback] Implement API, Python interface | Kazuki Sakamoto | 1 | -0/+50 |
2023-05-10 | [lldb] Mark most SBAPI methods involving private types as protected or private | Alex Langford | 1 | -76/+76 |
2023-05-03 | Allow scripted thread plans to modify the thread stop description when | Jim Ingham | 1 | -0/+32 |
2023-04-25 | [lldb] Improve breakpoint management for interactive scripted process | Med Ismail Bennani | 1 | -0/+12 |
2023-03-07 | Add a new SBDebugger::SetDestroyCallback() API | Jeffrey Tan | 1 | -0/+12 |
2023-03-03 | [lldb/Plugins] Add Attach capabilities to ScriptedProcess | Med Ismail Bennani | 1 | -0/+24 |
2023-01-12 | [lldb] Add ScriptedPlatform python implementation | Med Ismail Bennani | 1 | -45/+3 |
2023-01-07 | [lldb] Use std::optional instead of llvm::Optional (NFC) | Kazu Hirata | 1 | -2/+2 |
2022-12-05 | [lldb] Use std::nullopt instead of llvm::None (NFC) | Kazu Hirata | 1 | -4/+4 |
2022-10-19 | [lldb] Add matching based on Python callbacks for data formatters. | Jorge Gorbe Moya | 1 | -0/+26 |
2022-01-18 | [lldb/python] Use PythonObject in LLDBSwigPython functions | Pavel Labath | 1 | -83/+53 |
2022-01-04 | [lldb/python] Fix dangling Event and CommandReturnObject references | Pavel Labath | 1 | -12/+7 |
2021-12-22 | [lldb/python] Avoid more dangling pointers in python glue code | Pavel Labath | 1 | -35/+19 |
2021-12-20 | [lldb/python] Fix a compile error in 7406d236d8 | Pavel Labath | 1 | -1/+1 |
2021-12-20 | [lldb/python] Fix (some) dangling pointers in our glue code | Pavel Labath | 1 | -45/+24 |
2021-12-16 | [lldb] (Semi-automatically) format .swig files | Pavel Labath | 1 | -961/+841 |
2021-12-14 | [lldb/python] Plug SBStructuredData leaks | Pavel Labath | 1 | -31/+10 |
2021-12-13 | [lldb] Clarify StructuredDataImpl ownership | Pavel Labath | 1 | -11/+16 |
2021-11-30 | [lldb] Remove 'extern "C"' from the lldb-swig-python interface | Pavel Labath | 1 | -118/+76 |
2021-11-22 | [lldb] Fix [some] leaks in python bindings | Pavel Labath | 1 | -87/+26 |
2021-11-18 | [lldb] Deobfuscate python-swigsafecast.swig | Pavel Labath | 1 | -37/+33 |
2021-11-10 | [lldb/bindings] Change ScriptedThread initializer parameters | Med Ismail Bennani | 1 | -15/+11 |