summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
Commit message (Expand)AuthorAgeFilesLines
* [lldb/ScriptInterpreter] Remove can_reload which is always true (NFC)Jonas Devlieghere2019-12-221-1/+1
* [lldb/CMake] Rename LLDB_DISABLE_PYTHON to LLDB_ENABLE_PYTHONJonas Devlieghere2019-12-131-1/+1
* [lldb/Host] Use Host/Config.h entries instead of a global define.Jonas Devlieghere2019-12-101-4/+2
* [LLDB][breakpoints] ArgInfo::count -> ArgInfo::max_positional_argsLawrence D'Anna2019-10-291-9/+7
* Add the ability to pass extra args to a Python breakpoint callback.Jim Ingham2019-10-251-4/+18
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-221-13/+13
* update ScriptInterpreterPython to use File, not FILE*Lawrence D'Anna2019-10-161-11/+13
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-031-0/+1
* Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham2019-09-281-0/+1
* remove unused method ResetOutputFileHandle()Jonas Devlieghere2019-09-251-2/+0
* [ScriptInterpreter] Remove ScriptInterpreterPythonImpl::Clear() (NFC)Jonas Devlieghere2019-09-181-2/+0
* [Gardening] Remove dead code from ScriptInterpreterPython (NFC)Jonas Devlieghere2019-08-061-5/+0
* [ScriptInterpreter] Pass the debugger instead of the command interpreterJonas Devlieghere2019-04-261-3/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* [Python] Remove Python include from ScriptInterpreterPython.hJonas Devlieghere2019-03-291-0/+478
OpenPOWER on IntegriCloud