Age | Commit message (Expand) | Author | Files | Lines |
2024-07-25 | [lldb/Commands] Add `scripting template list` command with auto discovery | Med Ismail Bennani | 1 | -4/+4 |
2024-07-23 | Revert "[lldb/Commands] Add `scripting template list` command with auto disco... | Med Ismail Bennani | 1 | -4/+4 |
2024-07-23 | [lldb/Commands] Add `scripting template list` command with auto discovery (#9... | Med Ismail Bennani | 1 | -4/+4 |
2024-07-03 | Add the ability for Script based commands to specify their "repeat command" (... | jimingham | 1 | -0/+27 |
2024-06-27 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)... | Med Ismail Bennani | 1 | -116/+6 |
2024-05-23 | Add a createError variant without error code (NFC) (#93209) | Adrian Prantl | 1 | -6/+3 |
2024-05-23 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 1 | -6/+116 |
2024-05-23 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ... | Med Ismail Bennani | 1 | -116/+6 |
2024-02-28 | Fix interactive use of "command script add". (#83350) | jimingham | 1 | -1/+1 |
2024-02-17 | [lldb] Call Import_AppendInittab before Py_Initialize (#82095) | Jonas Devlieghere | 1 | -14/+18 |
2024-02-13 | Add the ability to define a Python based command that uses CommandObjectParse... | jimingham | 1 | -1/+252 |
2024-01-29 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Jason Molenda | 1 | -6/+116 |
2024-01-29 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 1 | -116/+6 |
2023-11-07 | [lldb/Interpreter] Make Scripted*Interface base class abstract (#71465) | Med Ismail Bennani | 1 | -2/+0 |
2023-10-30 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 1 | -6/+116 |
2023-10-30 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 1 | -116/+6 |
2023-10-30 | [lldb] Fix misleading indentiation warning in ScriptInterpreterPython (NFC) (... | Med Ismail Bennani | 1 | -0/+4 |
2023-10-30 | [lldb] Adapt code to Python 3.13 (#70445) | Tulio Magno Quites Machado Filho | 1 | -0/+9 |
2023-10-26 | [lldb] Introduce OperatingSystem{,Python}Interface and make use it | Med Ismail Bennani | 1 | -153/+6 |
2023-10-23 | [lldb] Move ScriptInterpreter Interfaces to subdirectory (NFC) | Med Ismail Bennani | 1 | -2/+8 |
2023-09-19 | [lldb] Fix build after d5a62b78b8ae | Alex Langford | 1 | -1/+1 |
2023-09-19 | [lldb][NFCI] Remove unneccessary allocation in ScriptInterpreterPythonImpl::G... | Alex Langford | 1 | -17/+4 |
2023-07-30 | [lldb] Remove outdated comment and radar link (NFC) | Jonas Devlieghere | 1 | -5/+1 |
2023-07-21 | [lldb] Convert script native types to StructuredData counterpart | Med Ismail Bennani | 1 | -0/+11 |
2023-05-30 | [lldb][NFCI] Change type of SBDebugger::m_instance_name | Alex Langford | 1 | -1/+1 |
2023-05-10 | [lldb] Mark most SBAPI methods involving private types as protected or private | Alex Langford | 1 | -52/+60 |
2023-05-03 | Allow scripted thread plans to modify the thread stop description when | Jim Ingham | 1 | -2/+20 |
2023-04-26 | [lldb] Change return type of FileSpec::GetFileNameExtension | Alex Langford | 1 | -1/+1 |
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 | -52/+83 |
2023-02-15 | [lldb] Remove pydoc import during script interpreter init | Dave Lee | 1 | -2/+2 |
2023-02-14 | Report a useful error when someone passes an incorrect python class name. | Jim Ingham | 1 | -2/+5 |
2023-02-06 | [lldb/Plugins] Fix method dispatch bug when using multiple scripted processes | Med Ismail Bennani | 1 | -2/+5 |
2023-01-12 | [lldb/Interpreter] Introduce ScriptedPlatform{,Python}Interface | Med Ismail Bennani | 1 | -0/+3 |
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-09 | Switch the "command script add" interactive input to use the new command form. | Jim Ingham | 1 | -1/+1 |
2022-11-18 | [lldb/Python] Make use of PythonObject and PythonFormat in callbacks (NFC) | Med Ismail Bennani | 1 | -215/+61 |
2022-10-19 | [lldb] Add matching based on Python callbacks for data formatters. | Jorge Gorbe Moya | 1 | -0/+8 |
2022-09-06 | [lldb] [Core] Split read thread support into ThreadedCommunication | Michał Górny | 1 | -1/+1 |
2022-08-27 | [lldb] Use nullptr instead of NULL (NFC) | Kazu Hirata | 1 | -1/+1 |
2022-08-27 | [lldb] Remove a redundaunt return statement (NFC) | Kazu Hirata | 1 | -2/+0 |
2022-08-11 | [lldb] Remove uses of six module (NFC) | Dave Lee | 1 | -1/+1 |
2022-08-09 | [lldb/crashlog] Surface error using SBCommandReturnObject argument | Med Ismail Bennani | 1 | -4/+6 |
2022-07-28 | [NFC] Improve FileSpec internal APIs and usage in preparation for adding cach... | Greg Clayton | 1 | -2/+2 |
2022-07-23 | Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add... | Nico Weber | 1 | -2/+2 |
2022-07-22 | Fix buildbot breakage after https://reviews.llvm.org/D130309. | Greg Clayton | 1 | -1/+1 |
2022-07-22 | [NFC] Improve FileSpec internal APIs and usage in preparation for adding cach... | Greg Clayton | 1 | -1/+1 |
2022-07-18 | When the module path for `command script import` is invalid, echo the path. | Jim Ingham | 1 | -3/+3 |
2022-04-27 | Remove Python 2 support from the ScriptInterpreter plugin | Jonas Devlieghere | 1 | -27/+1 |