summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
AgeCommit message (Expand)Author
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner
2015-10-16Fix linkage of `init_lldb` SWIG method in Python 3.Zachary Turner
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner
2015-10-13Fix ref counting of Python objects.Zachary Turner
2015-08-18Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core,...Pavel Labath
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner