summaryrefslogtreecommitdiff
path: root/lldb/bindings/python/python-swigsafecast.swig
AgeCommit message (Expand)Author
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-02-04[lldb] Support CommandInterpreter print callbacks (#125006)Jonas Devlieghere
2025-01-06[lldb][ResolveSourceFileCallback] Update SBModule (#120832)rchamala
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani
2024-09-05[lldb] Make deep copies of Status explicit (NFC) (#107170)Adrian Prantl
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-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-07-12[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpecKazuki Sakamoto
2023-05-10[lldb] Mark most SBAPI methods involving private types as protected or privateAlex Langford
2023-03-03[lldb/Plugins] Add memory writing capabilities to Scripted ProcessMed Ismail Bennani
2023-03-03[lldb/Plugins] Add Attach capabilities to ScriptedProcessMed Ismail Bennani
2022-11-18[lldb/Plugins] Improve error reporting with reading memory in Scripted ProcessMed Ismail Bennani
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-01-04[lldb/python] Fix dangling Event and CommandReturnObject referencesPavel Labath
2021-12-22[lldb/python] Avoid more dangling pointers in python glue codePavel Labath
2021-12-20[lldb/python] Fix (some) dangling pointers in our glue codePavel Labath
2021-12-14[lldb/python] Plug SBStructuredData leaksPavel Labath
2021-11-22[lldb] Fix [some] leaks in python bindingsPavel Labath
2021-11-18[lldb] Deobfuscate python-swigsafecast.swigPavel Labath
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham
2020-01-09[lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere