aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny1-2/+2
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna1-37/+37
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid1-37/+37
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna1-37/+37
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna1-19/+22
2019-10-22fix PythonDataObjectsTest.TestExceptions on windowsLawrence D'Anna1-7/+7
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna1-0/+84
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna1-7/+3
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna1-6/+42
2019-10-17eliminate one form of PythonObject::Reset()Lawrence D'Anna1-10/+10
2019-10-17clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna1-0/+114
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna1-2/+3
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna1-4/+5
2019-02-16Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha1-0/+25
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere1-2/+4
2017-05-29Added new API to SBStructuredData classAbhishek Aggarwal1-4/+5
2016-11-16Fix some unit test compilation failures.Zachary Turner1-12/+12
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-7/+7
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-471/+449
2016-08-11Fix unit tests on windowsPavel Labath1-1/+1
2016-08-10Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton1-0/+24
2016-02-25Fix PythonDataObjectsTests for python 2Pavel Labath1-2/+1
2016-02-03Fix sign conversion warnings in LLDB Python unittestsReid Kleckner1-19/+18
2016-01-25Fix swig typemap for SBEvent.Zachary Turner1-0/+14
2016-01-11Introduce a PythonBytes class into PythonDataObjects.Zachary Turner1-0/+21
2015-11-13gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner1-17/+5
2015-11-11Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner1-11/+132
2015-11-11Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner1-0/+60
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner1-0/+11
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner1-0/+9
2015-10-14Get Python unit tests working with Python 3.Zachary Turner1-260/+173
2015-10-13Fix ref counting of Python objects.Zachary Turner1-43/+94
2015-10-09Port native Python-API to 3.xZachary Turner1-0/+411