aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
AgeCommit message (Expand)AuthorFilesLines
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