Age | Commit message (Expand) | Author | Files | Lines |
2025-06-26 | [lldb] Remove child_process_inherit argument from Pipe (#145516) | Pavel Labath | 1 | -1/+1 |
2025-04-01 | Add a new affordance that the Python module in a dSYM (#133290) | jimingham | 1 | -5/+4 |
2025-02-19 | [lldb] Synchronize the debuggers output & error streams | Jonas Devlieghere | 1 | -5/+8 |
2025-02-19 | [lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682) | Jonas Devlieghere | 1 | -2/+2 |
2025-02-12 | [lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821) | Jonas Devlieghere | 1 | -2/+2 |
2024-09-20 | [lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of... | Med Ismail Bennani | 1 | -0/+6 |
2024-09-20 | Revert "[lldb] Fix SWIG wrapper compilation error" | David Spickett | 1 | -6/+0 |
2024-09-19 | [lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ... | Med Ismail Bennani | 1 | -0/+6 |
2024-09-05 | [lldb] Make deep copies of Status explicit (NFC) (#107170) | Adrian Prantl | 1 | -1/+1 |
2024-08-27 | [lldb] Turn lldb_private::Status into a value type. (#106163) | Adrian Prantl | 1 | -1/+1 |
2024-06-28 | Reland "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret... | Med Ismail Bennani | 1 | -3/+6 |
2024-06-28 | Revert "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret... | Nico Weber | 1 | -6/+3 |
2024-06-28 | [lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription return valu... | Med Ismail Bennani | 1 | -3/+6 |
2024-06-27 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)... | Med Ismail Bennani | 1 | -0/+13 |
2024-05-23 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 1 | -13/+0 |
2024-05-23 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ... | Med Ismail Bennani | 1 | -0/+13 |
2024-01-29 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Jason Molenda | 1 | -13/+0 |
2024-01-29 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 1 | -0/+13 |
2023-11-07 | [lldb/Interpreter] Make Scripted*Interface base class abstract (#71465) | Med Ismail Bennani | 1 | -6/+3 |
2023-10-30 | Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ... | Med Ismail Bennani | 1 | -13/+0 |
2023-10-30 | [lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392) | Med Ismail Bennani | 1 | -0/+13 |
2023-04-25 | [lldb] Improve breakpoint management for interactive scripted process | Med Ismail Bennani | 1 | -0/+5 |
2023-03-03 | [lldb/Plugins] Add Attach capabilities to ScriptedProcess | Med Ismail Bennani | 1 | -0/+11 |
2023-02-28 | [lldb] Fix {break,watch}point command function stopping behaviour | Med Ismail Bennani | 1 | -1/+2 |
2023-02-06 | [lldb/Plugins] Fix method dispatch bug when using multiple scripted processes | Med Ismail Bennani | 1 | -2/+0 |
2023-01-12 | [lldb/Interpreter] Introduce ScriptedPlatform{,Python}Interface | Med Ismail Bennani | 1 | -3/+5 |
2023-01-07 | [lldb] Use std::optional instead of llvm::Optional (NFC) | Kazu Hirata | 1 | -1/+1 |
2023-01-07 | [lldb] Add #include <optional> (NFC) | Kazu Hirata | 1 | -0/+1 |
2023-01-04 | [lldb] Remove unneeded .get() NFC | Fangrui Song | 1 | -1/+1 |
2022-12-19 | Revert "[lldb] Remove redundant .c_str() and .get() calls" | Muhammad Omair Javaid | 1 | -1/+1 |
2022-12-18 | [lldb] Remove redundant .c_str() and .get() calls | Fangrui Song | 1 | -1/+1 |
2022-12-04 | [lldb] Use std::nullopt instead of None (NFC) | Kazu Hirata | 1 | -1/+1 |
2022-05-31 | Fix a copy-paste error in "br com add -s py -o 'some_python' BKPT_NAME" | Jim Ingham | 1 | -4/+4 |
2021-11-10 | [lldb] make it easier to find LLDB's python | Lawrence D'Anna | 1 | -0/+4 |
2021-10-08 | [lldb/Plugins] Add memory region support in ScriptedProcess | Med Ismail Bennani | 1 | -0/+8 |
2021-08-09 | [lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compat | Michał Górny | 1 | -2/+2 |
2021-07-09 | [lldb] Add the ability to silently import scripted commands | Jonas Devlieghere | 1 | -1/+1 |
2021-06-25 | [lldb] Rename StringRef _lower() method calls to _insensitive() | Martin Storsjö | 1 | -3/+3 |
2021-06-17 | [lldb] Remove redundant calls to set eReturnStatusFailed | David Spickett | 1 | -2/+0 |
2021-06-15 | Convert functions that were returning BreakpointOption * to BreakpointOption &. | Jim Ingham | 1 | -6/+6 |
2021-05-26 | [lldb][NFC] Use C++ versions of the deprecated C standard library headers | Raphael Isemann | 1 | -2/+2 |
2021-03-23 | [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess | Med Ismail Bennani | 1 | -3/+19 |
2021-03-01 | [lldb] Revert ScriptedProcess patches | Med Ismail Bennani | 1 | -19/+3 |
2021-03-01 | [lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcess | Med Ismail Bennani | 1 | -3/+19 |
2021-02-28 | [lldb/Interpreter][NFC] Replace default constructors/destructors bodies with ... | Tatyana Krasnukha | 1 | -2/+0 |
2020-10-27 | [lldb] Support Python imports relative the to the current file being sourced | Jonas Devlieghere | 1 | -3/+5 |
2020-06-25 | [lldb/ScriptInterpreter] Fix missing include on Windows | Jonas Devlieghere | 1 | -6/+7 |
2020-06-25 | [lldb/ScriptInterpreter] Let the IORedirect factory handle IO being disabled. | Jonas Devlieghere | 1 | -8/+6 |
2020-06-25 | [lldb/ScriptInterpreter] Extract IO redirection logic | Jonas Devlieghere | 1 | -0/+114 |
2020-06-24 | [lldb] Use std::make_unique<> (NFC) | Jonas Devlieghere | 1 | -2/+1 |