aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner1-0/+1
2015-10-13Fix ref counting of Python objects.Zachary Turner1-4/+4
2015-08-18Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core,...Pavel Labath1-4/+4
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton1-2/+2
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner1-0/+590