aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/SWIGPythonBridge.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham1-0/+9
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani1-11/+2
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett1-1/+10
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani1-10/+1
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl1-1/+1
2024-08-23Revert "Revert "[lldb] Extend frame recognizers to hide frames from backtrace...Adrian Prantl1-0/+3
2024-08-22Revert "[lldb] Extend frame recognizers to hide frames from backtraces (#1045...Dmitri Gribenko1-3/+0
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl1-0/+3
2024-07-25[lldb] Revert scripting template list patches (#100673)Med Ismail Bennani1-10/+5
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani1-5/+10
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham1-0/+4
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani1-17/+5
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-5/+17
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani1-17/+5
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham1-0/+7
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda1-5/+17
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-17/+5
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-4/+17
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-17/+4
2023-10-25[lldb/Interpreter] Make ScriptedInterface Object creation more generic (#68052)Med Ismail Bennani1-6/+0
2023-07-12[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpecKazuki Sakamoto1-0/+6
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford1-152/+175
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham1-0/+5
2023-04-25[lldb] Improve breakpoint management for interactive scripted processMed Ismail Bennani1-0/+1
2023-03-03[lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani1-0/+1
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani1-0/+5
2023-01-12[lldb] Add ScriptedPlatform python implementationMed Ismail Bennani1-7/+3
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
2022-11-18[lldb/Python] Unify PythonFormat & GetPythonValueFormatString (NFC)Med Ismail Bennani1-21/+0
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani1-0/+61
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya1-0/+4
2022-01-18[lldb/python] Use PythonObject in LLDBSwigPython functionsPavel Labath1-26/+27
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath1-12/+12
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath1-9/+10
2021-11-30[lldb] Remove 'extern "C"' from the lldb-swig-python interfacePavel Labath1-10/+142
2021-11-10[lldb/bindings] Change ScriptedThread initializer parametersMed Ismail Bennani1-1/+2
2021-10-08[lldb/Plugins] Add memory region support in ScriptedProcessMed Ismail Bennani1-0/+1
2021-10-08[lldb/Plugins] Add support for ScriptedThread in ScriptedProcessMed Ismail Bennani1-0/+4
2021-03-23[NFC][LLDB] Removing extra semicolons to silence -Wc++98-compat-extra-semi di...Shafik Yaghmour1-1/+1
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-0/+56
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani1-56/+0
2021-03-01[lldb/Plugins] Fix SWIGPythonBridge build issueMed Ismail Bennani1-0/+2
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-0/+54