summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python
Commit message (Expand)AuthorAgeFilesLines
...
* Python3 - Fix some issues related to `PythonFile` class.Zachary Turner2015-11-161-0/+6
* Remove debugging code left in by accident.Zachary Turner2015-11-131-2/+0
* Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner2015-11-133-21/+26
* Another fix for LLDB_DISABLE_PYTHON=1Zachary Turner2015-11-131-1/+5
* Make PythonDataObjects.h work when LLDB_DISABLE_PYTHON=1Zachary Turner2015-11-132-0/+8
* Fix a bug in PythonExceptionState and add unittest coverage.Zachary Turner2015-11-132-0/+13
* Introduce a `PythonExceptionState` class.Zachary Turner2015-11-134-85/+263
* Fix non-Windows build after r252906.Zachary Turner2015-11-122-3/+3
* Begin converting uses of PyCallable to PythonCallable.Zachary Turner2015-11-122-15/+49
* Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner2015-11-112-6/+322
* Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner2015-11-112-12/+136
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-242-58/+78
* [SBValue] Add a method GetNumChildren(uint32_t max)Siva Chandra2015-10-212-4/+4
* Fix potential file i/o problem with python handles.Zachary Turner2015-10-204-37/+50
* Fix linkage of `init_lldb` SWIG method in Python 3.Zachary Turner2015-10-161-1/+5
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-162-5/+44
* Update SWIG typemaps to use `PythonFile`.Zachary Turner2015-10-162-1/+26
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-154-34/+133
* Make uses of /dev/null portable across OSes.Zachary Turner2015-10-141-2/+3
* Get Python unit tests working with Python 3.Zachary Turner2015-10-141-39/+28
* Avoid a -Wreorder warning in ScriptInterpreterPython.cpp.Stephane Sezer2015-10-141-2/+2
* Fix Python initialization for Python 3.Zachary Turner2015-10-141-46/+91
* Minor cleanup on PythonDataObject constructors.Zachary Turner2015-10-142-5/+13
* Change swig interface files to use PythonDataObjects.Zachary Turner2015-10-142-4/+13
* Fix compiler warnings in ScriptInterpreterPythonPavel Labath2015-10-141-1/+1
* Change PyFile_FromFile to use PyFile_FromFd when using Py3.Zachary Turner2015-10-131-5/+17
* Fix ref counting of Python objects.Zachary Turner2015-10-134-770/+659
* Fix build broken by r249885Zachary Turner2015-10-092-3/+3
* Port native Python-API to 3.xZachary Turner2015-10-093-99/+227
* Fix Clang-tidy misc-use-override warnings in some files in include/lldb/Core,...Pavel Labath2015-08-181-4/+4
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-2/+2
* Bug 24332 - Fix the build of lldb under GNU/Linux when using autotoolsSylvestre Ledru2015-08-051-0/+14
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-306-0/+4681
OpenPOWER on IntegriCloud