Age | Commit message (Expand) | Author | Files | Lines |
2024-09-24 | Add the ability to define custom completers to the parsed_cmd template. (#109... | jimingham | 1 | -0/+8 |
2024-09-20 | [lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of... | Med Ismail Bennani | 1 | -9/+2 |
2024-09-20 | Revert "[lldb] Fix SWIG wrapper compilation error" | David Spickett | 1 | -2/+9 |
2024-09-19 | [lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ... | Med Ismail Bennani | 1 | -9/+2 |
2024-08-23 | Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace... | Adrian Prantl | 1 | -0/+3 |
2024-08-22 | Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045... | Dmitri Gribenko | 1 | -3/+0 |
2024-08-20 | [lldb] Extend frame recognizers to hide frames from backtraces (#104523) | Adrian Prantl | 1 | -0/+3 |
2024-07-25 | [lldb] Revert scripting template list patches (#100673) | Med Ismail Bennani | 1 | -8/+2 |
2024-07-25 | [lldb/Plugins] Fix build failure on windows following 2914a4b88837 | Med Ismail Bennani | 1 | -2/+8 |
2024-07-03 | Add the ability for Script based commands to specify their "repeat command" (... | jimingham | 1 | -3/+6 |
2024-06-27 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)... | Med Ismail Bennani | 1 | -25/+3 |
2024-05-23 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 1 | -3/+25 |
2024-05-23 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ... | Med Ismail Bennani | 1 | -25/+3 |
2024-02-13 | Add the ability to define a Python based command that uses CommandObjectParse... | jimingham | 1 | -0/+21 |
2024-01-29 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Jason Molenda | 1 | -3/+25 |
2024-01-29 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 1 | -25/+3 |
2023-10-30 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 1 | -3/+25 |
2023-10-30 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 1 | -25/+3 |
2023-10-26 | [lldb] Introduce OperatingSystem{,Python}Interface and make use it | Med Ismail Bennani | 1 | -16/+1 |
2023-10-23 | [lldb] Move ScriptInterpreter Interfaces to subdirectory (NFC) | Med Ismail Bennani | 1 | -0/+1 |
2023-07-21 | [lldb] Convert script native types to StructuredData counterpart | Med Ismail Bennani | 1 | -0/+3 |
2023-07-03 | [lldb] Fix data race when interacting with python scripts | Med Ismail Bennani | 1 | -2/+10 |
2023-06-15 | [lldb][NFCI] Remove use of ConstString from IOHandler | Alex Langford | 1 | -3/+4 |
2023-05-03 | Allow scripted thread plans to modify the thread stop description when | Jim Ingham | 1 | -0/+5 |
2023-02-28 | [lldb] Remove const qualifier on bool argument passed by value | Med Ismail Bennani | 1 | -6/+6 |
2023-02-28 | [lldb] Fix {break,watch}point command function stopping behaviour | Med Ismail Bennani | 1 | -10/+14 |
2023-02-06 | [lldb/Plugins] Fix method dispatch bug when using multiple scripted processes | Med Ismail Bennani | 1 | -0/+2 |
2022-10-19 | [lldb] Add matching based on Python callbacks for data formatters. | Jorge Gorbe Moya | 1 | -0/+3 |
2022-01-19 | [lldb] Initialize Python exactly once | Jonas Devlieghere | 1 | -1/+1 |
2021-12-13 | [lldb] Clarify StructuredDataImpl ownership | Pavel Labath | 1 | -3/+4 |
2021-10-28 | [lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ... | Pavel Labath | 1 | -3/+1 |
2021-10-19 | [lldb] [Host] Make Terminal methods return llvm::Error | Michał Górny | 1 | -2/+3 |
2021-10-18 | [lldb] Return StringRef from PluginInterface::GetPluginName | Pavel Labath | 1 | -1/+3 |
2021-10-01 | [lldb] [Host] Refactor TerminalState | Michał Górny | 1 | -7/+2 |
2021-09-13 | [lldb] Remove PluginInterface::GetPluginVersion | Pavel Labath | 1 | -2/+0 |
2021-07-09 | [lldb] Add the ability to silently import scripted commands | Jonas Devlieghere | 1 | -1/+2 |
2021-07-02 | [lldb] Replace default bodies of special member functions with = default; | Jonas Devlieghere | 1 | -1/+1 |
2021-06-15 | Convert functions that were returning BreakpointOption * to BreakpointOption &. | Jim Ingham | 1 | -6/+5 |
2021-03-23 | [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess | Med Ismail Bennani | 1 | -1/+5 |
2021-03-01 | [lldb] Revert ScriptedProcess patches | Med Ismail Bennani | 1 | -5/+1 |
2021-03-01 | [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess | Med Ismail Bennani | 1 | -1/+5 |
2020-10-27 | [lldb] Support Python imports relative the to the current file being sourced | Jonas Devlieghere | 1 | -4/+4 |
2020-09-29 | Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn... | Jim Ingham | 1 | -0/+8 |
2020-09-28 | Revert "Add the ability to write target stop-hooks using the ScriptInterpreter." | Jonas Devlieghere | 1 | -8/+0 |
2020-09-25 | Add the ability to write target stop-hooks using the ScriptInterpreter. | Jim Ingham | 1 | -0/+8 |
2020-06-15 | [lldb] Rename Master/Slave to Primary/Secondary (NFC) | Jonas Devlieghere | 1 | -1/+1 |
2019-12-22 | [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC) | Jonas Devlieghere | 1 | -1/+1 |
2019-12-13 | [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHON | Jonas Devlieghere | 1 | -1/+1 |
2019-12-10 | [lldb/Host] Use Host/Config.h entries instead of a global define. | Jonas Devlieghere | 1 | -4/+2 |
2019-10-29 | [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_args | Lawrence D'Anna | 1 | -9/+7 |