summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
AgeCommit message (Expand)Author
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
2019-09-18[ScriptInterpreter] Remove ScriptInterpreterPythonImpl::Clear() (NFC)Jonas Devlieghere
2019-08-06[Gardening] Remove dead code from ScriptInterpreterPython (NFC)Jonas Devlieghere
2019-04-26[ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-29[Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere