aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-12Fix non-Windows build after r252906.Zachary Turner1-2/+2
2015-11-12Begin converting uses of PyCallable to PythonCallable.Zachary Turner1-2/+32
2015-11-11Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner1-2/+71
2015-11-11Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner1-10/+39
2015-10-24Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko1-7/+15
2015-10-20Fix potential file i/o problem with python handles.Zachary Turner1-0/+1
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner1-0/+11
2015-10-16Update SWIG typemaps to use `PythonFile`.Zachary Turner1-1/+4
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner1-1/+21
2015-10-14Minor cleanup on PythonDataObject constructors.Zachary Turner1-5/+7
2015-10-14Change swig interface files to use PythonDataObjects.Zachary Turner1-3/+12
2015-10-13Fix ref counting of Python objects.Zachary Turner1-172/+197
2015-10-09Fix build broken by r249885Zachary Turner1-1/+1
2015-10-09Port native Python-API to 3.xZachary Turner1-10/+15
2015-07-30Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner1-0/+279