summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure files include what they use (part 2/2)Pavel Labath2016-08-111-1/+0
* Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton2016-08-101-1/+12
* Add a default-value bool flag pretty_print to the StructuredData Dump methods.Jason Molenda2016-07-201-1/+1
* Fix an issue where the @lldb.command marker would not work with the new 5-arg...Enrico Granata2016-06-241-1/+25
* Make File option flags consistent for Python APIStephane Sezer2016-03-241-2/+2
* Unicode support on Win32.Zachary Turner2016-03-221-3/+4
* Fix swig typemap for SBEvent.Zachary Turner2016-01-251-0/+85
* Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata2016-01-131-0/+20
* Introduce a PythonBytes class into PythonDataObjects.Zachary Turner2016-01-111-0/+104
* Python3 - Fix some issues related to `PythonFile` class.Zachary Turner2015-11-161-0/+6
* Modernize FormatBacktrace() and make portable for Python 3.Zachary Turner2015-11-131-0/+8
* Fix non-Windows build after r252906.Zachary Turner2015-11-121-1/+1
* Begin converting uses of PyCallable to PythonCallable.Zachary Turner2015-11-121-13/+17
* Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner2015-11-111-4/+251
* Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner2015-11-111-2/+97
* Fix potential file i/o problem with python handles.Zachary Turner2015-10-201-0/+5
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-161-5/+33
* Update SWIG typemaps to use `PythonFile`.Zachary Turner2015-10-161-0/+22
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-151-0/+85
* Get Python unit tests working with Python 3.Zachary Turner2015-10-141-39/+28
* Minor cleanup on PythonDataObject constructors.Zachary Turner2015-10-141-0/+6
* Fix ref counting of Python objects.Zachary Turner2015-10-131-193/+152
* Port native Python-API to 3.xZachary Turner2015-10-091-54/+147
* Convert the ScriptInterpreter system to a plugin-based one.Zachary Turner2015-07-301-0/+522
OpenPOWER on IntegriCloud