summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
Commit message (Expand)AuthorAgeFilesLines
* Fix swig typemap for SBEvent.Zachary Turner2016-01-251-0/+34
* Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata2016-01-131-0/+2
* Don't define Bytes and String to be the same number on Py2.Zachary Turner2016-01-111-4/+0
* Introduce a PythonBytes class into PythonDataObjects.Zachary Turner2016-01-111-0/+41
* Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner2015-11-131-0/+3
* Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1Zachary Turner2015-11-131-0/+4
* Fix non-Windows build after r252906.Zachary Turner2015-11-121-2/+2
* Begin converting uses of PyCallable to PythonCallable.Zachary Turner2015-11-121-2/+32
* Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner2015-11-111-2/+71
* Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner2015-11-111-10/+39
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-241-7/+15
* Fix potential file i/o problem with python handles.Zachary Turner2015-10-201-0/+1
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-161-0/+11
* Update SWIG typemaps to use `PythonFile`.Zachary Turner2015-10-161-1/+4
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-151-1/+21
* Minor cleanup on PythonDataObject constructors.Zachary Turner2015-10-141-5/+7
* Change swig interface files to use PythonDataObjects.Zachary Turner2015-10-141-3/+12
* Fix ref counting of Python objects.Zachary Turner2015-10-131-172/+197
* Fix build broken by r249885Zachary Turner2015-10-091-1/+1
* Port native Python-API to 3.xZachary Turner2015-10-091-10/+15
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-0/+279
OpenPOWER on IntegriCloud