summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/ScriptInterpreter.cpp
AgeCommit message (Expand)Author
2025-11-12Revert "[lldb] Introduce ScriptedFrameProvider for real threads" (#167662)Michael Buch
2025-11-11[lldb] Introduce ScriptedFrameProvider for real threads (#161870)Med Ismail Bennani
2025-11-06[lldb/Interpreter] Implement ScriptedFrameProvider{,Python}Interface (#166662)Med Ismail Bennani
2025-10-09Add a scripted way to re-present a stop location (#158128)jimingham
2025-07-30[lldb] Remove a redundant call to std::unique_ptr<T>::get (NFC) (#151283)Kazu Hirata
2025-07-28Switch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath
2025-04-01Add a new affordance that the Python module in a dSYM (#133290)jimingham
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-06-28Reland "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Med Ismail Bennani
2024-06-28Revert "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Nico Weber
2024-06-28[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription return valu...Med Ismail Bennani
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani
2023-11-07[lldb/Interpreter] Make Scripted*Interface base class abstract (#71465)Med Ismail Bennani
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani
2023-02-06[lldb/Plugins] Fix method dispatch bug when using multiple scripted processesMed Ismail Bennani
2023-01-12[lldb/Interpreter] Introduce ScriptedPlatform{,Python}InterfaceMed Ismail Bennani
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2023-01-04[lldb] Remove unneeded .get() NFCFangrui Song
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-05-31Fix a copy-paste error in "br com add -s py -o 'some_python' BKPT_NAME"Jim Ingham
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani