summaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
AgeCommit message (Expand)Author
2025-08-01[lldb] Reimplment PyRun_String using the Python stable C API (#151761)Jonas Devlieghere
2025-01-29[lldb] Make Python >= 3.8 required for LLDB 21 (#124735)David Spickett
2024-10-31[lldb] Use PY_VERSION_HEX to simplify conditional compilation (NFC) (#114346)Jonas Devlieghere
2024-02-21[lldb][test] Fix PythonDataObjectsTestJordan Rupprecht
2024-02-17[lldb] Use PyBytes and PyByteArray in Python Data Objects unittest (#82098)Jonas Devlieghere
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani
2023-11-07Revert "[lldb] Check for abstract methods implementation in Scripted Plugin O...Med Ismail Bennani
2023-11-07[lldb] Check for abstract methods implementation in Scripted Plugin Objects (...Med Ismail Bennani
2023-10-22[lldb] Remove an unused using decl (NFC)Kazu Hirata
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-03-15[lldb] Update PythonDataObjectsTests for new exception formattingJonas Devlieghere
2023-01-03[LLDB] Skip python exception unit test on AArch64/WindowsMuhammad Omair Javaid
2022-04-27Remove Python 2 support from the ScriptInterpreter pluginJonas Devlieghere
2021-08-09[lldb] [gdb-remote] Add eOpenOptionReadWrite for future gdb compatMichał Górny
2020-05-08Re-land "get rid of PythonInteger::GetInteger()"Lawrence D'Anna
2020-04-23Revert "get rid of PythonInteger::GetInteger()"Muhammad Omair Javaid
2020-04-21get rid of PythonInteger::GetInteger()Lawrence D'Anna
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-11-04[LLDB][Python] remove ArgInfo::countLawrence D'Anna
2019-10-22fix PythonDataObjectsTest.TestExceptions on windowsLawrence D'Anna
2019-10-22remove multi-argument form of PythonObject::Reset()Lawrence D'Anna
2019-10-19eliminate nontrivial Reset(...) from TypedPythonObjectLawrence D'Anna
2019-10-19[LLDB] bugfix: command script add -f doesn't work for some callablesLawrence D'Anna
2019-10-17eliminate one form of PythonObject::Reset()Lawrence D'Anna
2019-10-17clean up the implementation of PythonCallable::GetNumArgumentsLawrence D'Anna
2019-10-17delete SWIG typemaps for FILE*Lawrence D'Anna
2019-09-26Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna
2019-02-16Add PythonBoolean type to the PythonDataObjectsTatyana Krasnukha
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-02[FileSystem] Open File instances through the FileSystem.Jonas Devlieghere
2017-05-29Added new API to SBStructuredData classAbhishek Aggarwal
2016-11-16Fix some unit test compilation failures.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11Fix unit tests on windowsPavel Labath
2016-08-10Fix a problem where if a uint64_t value is placed into a python dictionary an...Greg Clayton
2016-02-25Fix PythonDataObjectsTests for python 2Pavel Labath
2016-02-03Fix sign conversion warnings in LLDB Python unittestsReid Kleckner
2016-01-25Fix swig typemap for SBEvent.Zachary Turner
2016-01-11Introduce a PythonBytes class into PythonDataObjects.Zachary Turner
2015-11-13gtest - Make a `PythonTestSuite` base class for setup / teardown.Zachary Turner
2015-11-11Create `PythonTuple` and `PythonCallable` wrapper classes.Zachary Turner
2015-11-11Add a `PythonModule` class, and a root-level method for resolving names.Zachary Turner
2015-10-16Convert SWIG typemap string operations to PythonObjects.Zachary Turner
2015-10-15Introduce a `PythonFile` object, and use it everywhere.Zachary Turner
2015-10-14Get Python unit tests working with Python 3.Zachary Turner
2015-10-13Fix ref counting of Python objects.Zachary Turner
2015-10-09Port native Python-API to 3.xZachary Turner