summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
AgeCommit message (Expand)Author
2024-08-20[lldb] Extend frame recognizers to hide frames from backtraces (#104523)Adrian Prantl
2024-07-25[lldb] Revert scripting template list patches (#100673)Med Ismail Bennani
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham
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-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham
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-10-26[lldb] Introduce OperatingSystem{,Python}Interface and make use itMed Ismail Bennani
2023-10-23[lldb] Move ScriptInterpreter Interfaces to subdirectory (NFC)Med Ismail Bennani
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani
2023-07-03[lldb] Fix data race when interacting with python scriptsMed Ismail Bennani
2023-06-15[lldb][NFCI] Remove use of ConstString from IOHandlerAlex Langford
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham
2023-02-28[lldb] Remove const qualifier on bool argument passed by valueMed 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
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya
2022-01-19[lldb] Initialize Python exactly onceJonas Devlieghere
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath
2021-10-19[lldb] [Host] Make Terminal methods return llvm::ErrorMichał Górny
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-01[lldb] [Host] Refactor TerminalStateMichał Górny
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham
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
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere
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-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere
2019-12-22[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-10-16update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham
2019-09-28Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham
2019-09-25remove unused method ResetOutputFileHandle()Jonas Devlieghere