aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
AgeCommit message (Expand)AuthorFilesLines
2024-09-24Add the ability to define custom completers to the parsed_cmd template. (#109...jimingham1-0/+8
2024-09-20[lldb/Interpreter] Introduce ScriptedStopHook{,Python}Interface & make use of...Med Ismail Bennani1-9/+2
2024-09-20Revert "[lldb] Fix SWIG wrapper compilation error"David Spickett1-2/+9
2024-09-19[lldb/Interpreter] Introduce `ScriptedStopHook{,Python}Interface` & make use ...Med Ismail Bennani1-9/+2
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-8/+2
2024-07-25[lldb/Plugins] Fix build failure on windows following 2914a4b88837Med Ismail Bennani1-2/+8
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham1-3/+6
2024-06-27[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)...Med Ismail Bennani1-25/+3
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-3/+25
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani1-25/+3
2024-02-13Add the ability to define a Python based command that uses CommandObjectParse...jimingham1-0/+21
2024-01-29Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Jason Molenda1-3/+25
2024-01-29[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-25/+3
2023-10-30Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani1-3/+25
2023-10-30[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (#70392)Med Ismail Bennani1-25/+3
2023-10-26[lldb] Introduce OperatingSystem{,Python}Interface and make use itMed Ismail Bennani1-16/+1
2023-10-23[lldb] Move ScriptInterpreter Interfaces to subdirectory (NFC)Med Ismail Bennani1-0/+1
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani1-0/+3
2023-07-03[lldb] Fix data race when interacting with python scriptsMed Ismail Bennani1-2/+10
2023-06-15[lldb][NFCI] Remove use of ConstString from IOHandlerAlex Langford1-3/+4
2023-05-03Allow scripted thread plans to modify the thread stop description whenJim Ingham1-0/+5
2023-02-28[lldb] Remove const qualifier on bool argument passed by valueMed Ismail Bennani1-6/+6
2023-02-28[lldb] Fix {break,watch}point command function stopping behaviourMed Ismail Bennani1-10/+14
2023-02-06[lldb/Plugins] Fix method dispatch bug when using multiple scripted processesMed Ismail Bennani1-0/+2
2022-10-19[lldb] Add matching based on Python callbacks for data formatters.Jorge Gorbe Moya1-0/+3
2022-01-19[lldb] Initialize Python exactly onceJonas Devlieghere1-1/+1
2021-12-13[lldb] Clarify StructuredDataImpl ownershipPavel Labath1-3/+4
2021-10-28[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath1-3/+1
2021-10-19[lldb] [Host] Make Terminal methods return llvm::ErrorMichał Górny1-2/+3
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath1-1/+3
2021-10-01[lldb] [Host] Refactor TerminalStateMichał Górny1-7/+2
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath1-2/+0
2021-07-09[lldb] Add the ability to silently import scripted commandsJonas Devlieghere1-1/+2
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2021-06-15Convert functions that were returning BreakpointOption * to BreakpointOption &.Jim Ingham1-6/+5
2021-03-23[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-1/+5
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani1-5/+1
2021-03-01[lldb/Interpreter] Add ScriptInterpreter Wrapper for ScriptedProcessMed Ismail Bennani1-1/+5
2020-10-27[lldb] Support Python imports relative the to the current file being sourcedJonas Devlieghere1-4/+4
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham1-0/+8
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere1-8/+0
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham1-0/+8
2020-06-15[lldb] Rename Master/Slave to Primary/Secondary (NFC)Jonas Devlieghere1-1/+1
2019-12-22[lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere1-1/+1
2019-12-13[lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere1-1/+1
2019-12-10[lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere1-4/+2
2019-10-29[LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna1-9/+7