aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter
AgeCommit message (Expand)AuthorFilesLines
3 days[lldb] Reimplment PyRun_SimpleString using the Python stable C API (#151777)Jonas Devlieghere1-1/+1
3 days[lldb] Reimplment PyRun_String using the Python stable C API (#151761)Jonas Devlieghere1-11/+11
7 daysSwitch the ScriptedBreakpointResolver over to the ScriptedInterface form (#15...jimingham1-14/+5
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath2-4/+4
2025-04-13[lldb] Remove vestigial remnants of reproducers (#135361)Pavel Labath1-1/+0
2025-04-01Add a new affordance that the Python module in a dSYM (#133290)jimingham1-0/+6
2025-01-29[lldb] Make Python >= 3.8 required for LLDB 21 (#124735)David Spickett1-6/+0
2024-11-01[lldb] Fix warning: comparison of integers of different signsJonas Devlieghere1-1/+2
2024-10-31[lldb] Use PY_VERSION_HEX to simplify conditional compilation (NFC) (#114346)Jonas Devlieghere1-1/+1
2024-10-21[lldb] Update ScriptInterpreterTests for CommandReturnObject API changeJonas Devlieghere1-2/+2
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham1-0/+13
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani1-15/+6
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett1-5/+14
2024-09-20[lldb] Fix SWIG wrapper compilation errorDavid Spickett1-1/+1
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani1-15/+6
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-1/+1
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham1-0/+6
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani1-20/+30
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-30/+20
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani1-20/+30
2024-02-21[lldb][test] Fix PythonDataObjectsTestJordan Rupprecht1-3/+7
2024-02-17[lldb] Don't rely on ScriptInterpreterPythonImpl::Initialize in the unit test...Jonas Devlieghere1-21/+5
2024-02-17[lldb] Use PyBytes and PyByteArray in Python Data Objects unittest (#82098)Jonas Devlieghere1-12/+18
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham1-0/+8
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda1-30/+20
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-20/+30
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-1/+1
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani1-0/+3
2023-11-07Revert "[lldb] Check for abstract methods implementation in Scripted Plugin O...Med Ismail Bennani1-3/+0
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani1-0/+3
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-25/+20
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-20/+25
2023-10-26[lldb] Introduce OperatingSystem{,Python}Interface and make use itMed Ismail Bennani1-1/+6
2023-10-25[lldb/Interpreter] Make ScriptedInterface Object creation more generic (#68052)Med Ismail Bennani1-8/+10
2023-10-22[lldb] Remove an unused using decl (NFC)Kazu Hirata1-1/+0
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani1-5/+20
2023-05-19Work around a modularization issue in the Python headers.Adrian Prantl1-0/+6
2023-05-15[lldb] Fix lua build after 27b6a4e63afeAlex Langford1-2/+4
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford1-61/+79
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham1-0/+8
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani1-0/+4
2023-03-15[lldb] Update PythonDataObjectsTests for new exception formattingJonas Devlieghere1-4/+7
2023-03-03[lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani1-0/+5
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani1-0/+18
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani1-9/+2
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-2/+2
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2023-01-03[LLDB] Skip python exception unit test on AArch64/WindowsMuhammad Omair Javaid1-0/+4
2022-12-04[lldb/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+2
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani1-0/+4