aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-25 Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham1-4/+18
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna1-13/+13
2019-10-16update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna1-11/+13
2019-10-03Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham1-0/+1
2019-09-28Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham1-0/+1
2019-09-25remove unused method ResetOutputFileHandle()Jonas Devlieghere1-2/+0
2019-09-18[ScriptInterpreter] Remove ScriptInterpreterPythonImpl::Clear() (NFC)Jonas Devlieghere1-2/+0
2019-08-06[Gardening] Remove dead code from ScriptInterpreterPython (NFC)Jonas Devlieghere1-5/+0
2019-04-26[ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere1-3/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-4/+0
2019-03-29[Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere1-0/+478