aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-10Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton1-0/+3
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-51/+63
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra1-2/+2
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner1-3/+3
2015-10-16Fix linkage of `init_lldb` SWIG method in Python 3.Zachary Turner1-1/+5
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