aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
AgeCommit message (Expand)AuthorFilesLines
2015-11-11Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner2-6/+322
2015-11-11Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner2-12/+136
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2-58/+78
2015-10-21[SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2-4/+4
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner4-37/+50
2015-10-16Fix linkage of `init_lldb` SWIG method in Python 3.Zachary Turner1-1/+5
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner2-5/+44
2015-10-16Update SWIG typemaps to use `PythonFile`.Zachary Turner2-1/+26
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner4-34/+133
2015-10-14Make uses of /dev/null portable across OSes.Zachary Turner1-2/+3
2015-10-14Get Python unit tests working with Python 3.Zachary Turner1-39/+28
2015-10-14Avoid a -Wreorder warning in ScriptInterpreterPython.cpp.Stephane Sezer1-2/+2
2015-10-14Fix Python initialization for Python 3.Zachary Turner1-46/+91
2015-10-14Minor cleanup on PythonDataObject constructors.Zachary Turner2-5/+13
2015-10-14Change swig interface files to use PythonDataObjects.Zachary Turner2-4/+13
2015-10-14Fix compiler warnings in ScriptInterpreterPythonPavel Labath1-1/+1
2015-10-13Change PyFile_FromFile to use PyFile_FromFd when using Py3.Zachary Turner1-5/+17
2015-10-13Fix ref counting of Python objects.Zachary Turner4-770/+659
2015-10-09Fix build broken by r249885Zachary Turner2-3/+3
2015-10-09Port native Python-API to 3.xZachary Turner3-99/+227
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-08-05Bug 24332 - Fix the build of lldb under GNU/Linux when using autotoolsSylvestre Ledru1-0/+14
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner6-0/+4681