summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB][Python] remove ArgInfo::countLawrence D'Anna2019-11-041-19/+22
* fix PythonDataObjectsTest.TestExceptions on windowsLawrence D'Anna2019-10-221-7/+7
* remove multi-argument form of PythonObject::Reset()Lawrence D'Anna2019-10-221-0/+84
* eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna2019-10-191-7/+3
* [LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna2019-10-191-6/+42
* eliminate one form of PythonObject::Reset()Lawrence D'Anna2019-10-171-10/+10
* clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna2019-10-171-0/+114
* delete SWIG typemaps for FILE*Lawrence D'Anna2019-10-171-2/+3
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-261-4/+5
* Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha2019-02-161-0/+25
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Open File instances through the FileSystem.Jonas Devlieghere2018-11-021-2/+4
* Added new API to SBStructuredData classAbhishek Aggarwal2017-05-291-4/+5
* Fix some unit test compilation failures.Zachary Turner2016-11-161-12/+12
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-7/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-471/+449
* Fix unit tests on windowsPavel Labath2016-08-111-1/+1
* Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton2016-08-101-0/+24
* Fix PythonDataObjectsTests for python 2Pavel Labath2016-02-251-2/+1
* Fix sign conversion warnings in LLDB Python unittestsReid Kleckner2016-02-031-19/+18
* Fix swig typemap for SBEvent.Zachary Turner2016-01-251-0/+14
* Introduce a PythonBytes class into PythonDataObjects.Zachary Turner2016-01-111-0/+21
* gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner2015-11-131-17/+5
* Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner2015-11-111-11/+132
* Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner2015-11-111-0/+60
* Convert SWIG typemap string operations to PythonObjects.Zachary Turner2015-10-161-0/+11
* Introduce a `PythonFile` object, and use it everywhere.Zachary Turner2015-10-151-0/+9
* Get Python unit tests working with Python 3.Zachary Turner2015-10-141-260/+173
* Fix ref counting of Python objects.Zachary Turner2015-10-131-43/+94
* Port native Python-API to 3.xZachary Turner2015-10-091-0/+411
OpenPOWER on IntegriCloud