aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/ScriptInterpreter.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-26[lldb] Remove child_process_inherit argument from Pipe (#145516)Pavel Labath1-1/+1
2025-04-01Add a new affordance that the Python module in a dSYM (#133290)jimingham1-5/+4
2025-02-19[lldb] Synchronize the debuggers output & error streamsJonas Devlieghere1-5/+8
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere1-2/+2
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere1-2/+2
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani1-0/+6
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett1-6/+0
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani1-0/+6
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-1/+1
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl1-1/+1
2024-06-28Reland "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Med Ismail Bennani1-3/+6
2024-06-28Revert "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Nico Weber1-6/+3
2024-06-28[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription return valu...Med Ismail Bennani1-3/+6
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani1-0/+13
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-13/+0
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani1-0/+13
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda1-13/+0
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-0/+13
2023-11-07[lldb/Interpreter] Make Scripted*Interface base class abstract (#71465)Med Ismail Bennani1-6/+3
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-13/+0
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-0/+13
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani1-0/+5
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani1-0/+11
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani1-1/+2
2023-02-06[lldb/Plugins] Fix method dispatch bug when using multiple scripted processesMed Ismail Bennani1-2/+0
2023-01-12[lldb/Interpreter] Introduce ScriptedPlatform{,Python}InterfaceMed Ismail Bennani1-3/+5
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2023-01-04[lldb] Remove unneeded .get() NFCFangrui Song1-1/+1
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid1-1/+1
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song1-1/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata1-1/+1
2022-05-31Fix a copy-paste error in "br com add -s py -o 'some_python' BKPT_NAME"Jim Ingham1-4/+4
2021-11-10[lldb] make it easier to find LLDB's pythonLawrence D'Anna1-0/+4
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani1-0/+8
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny1-2/+2
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere1-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 eReturnStatusFailedDavid Spickett1-2/+0
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham1-6/+6
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann1-2/+2
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-3/+19
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani1-19/+3
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-3/+19
2021-02-28[lldb/Interpreter][NFC] Replace default constructors/destructors bodies with ...Tatyana Krasnukha1-2/+0
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere1-3/+5
2020-06-25[lldb/ScriptInterpreter] Fix missing include on WindowsJonas Devlieghere1-6/+7
2020-06-25[lldb/ScriptInterpreter] Let the IORedirect factory handle IO being disabled.Jonas Devlieghere1-8/+6
2020-06-25[lldb/ScriptInterpreter] Extract IO redirection logicJonas Devlieghere1-0/+114
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere1-2/+1