1. 478619c Revert "get rid of PythonInteger::GetInteger()" by Muhammad Omair Javaid · 5 years ago
  2. 7375212 get rid of PythonInteger::GetInteger() by Lawrence D'Anna · 5 years ago
  3. 8081428 [lldb][NFC] Fix all formatting errors in .cpp file headers by Raphael Isemann · 6 years ago
  4. adbf64c [LLDB][Python] remove ArgInfo::count by Lawrence D'Anna · 6 years ago
  5. d602e0d fix PythonDataObjectsTest.TestExceptions on windows by Lawrence D'Anna · 6 years ago
  6. 04edd18 remove multi-argument form of PythonObject::Reset() by Lawrence D'Anna · 6 years ago
  7. 722b618 eliminate nontrivial Reset(...) from TypedPythonObject by Lawrence D'Anna · 6 years ago
  8. 2386537 [LLDB] bugfix: command script add -f doesn't work for some callables by Lawrence D'Anna · 6 years ago
  9. 03819d1 eliminate one form of PythonObject::Reset() by Lawrence D'Anna · 6 years ago
  10. c86a6ac clean up the implementation of PythonCallable::GetNumArguments by Lawrence D'Anna · 6 years ago
  11. 0f78359 delete SWIG typemaps for FILE* by Lawrence D'Anna · 6 years ago
  12. 2fce113 Convert FileSystem::Open() to return Expected<FileUP> by Lawrence D'Anna · 6 years ago
  13. b81d715 Add PythonBoolean type to the PythonDataObjects by Tatyana Krasnukha · 7 years ago
  14. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  15. 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
  16. 5bfee5f Added new API to SBStructuredData class by Abhishek Aggarwal · 8 years ago
  17. 6fe867a Fix some unit test compilation failures. by Zachary Turner · 9 years ago
  18. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  19. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  20. 8c68837 Fix unit tests on windows by Pavel Labath · 9 years ago
  21. 008ec44 Fix a problem where if a uint64_t value is placed into a python dictionary and sent up to LLDB and converted to StructuredData, it would not be able to parse the full 64 bit value. A number like 0xf000000000000000L could be placed into a dictionary, and sent to LLDB and it would end up being 0xffffffffffffffff since it would overflow a int64_t. We leave the old code there, but if it overflows, we treat the number like a uint64_t and get it to decode correctly. Added a gtest to cover this so we don't regress. I verified the gtest failed prior to the fix, and it succeeds after it. by Greg Clayton · 9 years ago
  22. 5a8453d Fix PythonDataObjectsTests for python 2 by Pavel Labath · 10 years ago
  23. de9dfe7 Fix sign conversion warnings in LLDB Python unittests by Reid Kleckner · 10 years ago
  24. f9d6d20 Fix swig typemap for SBEvent. by Zachary Turner · 10 years ago
  25. 5a72c02 Introduce a PythonBytes class into PythonDataObjects. by Zachary Turner · 10 years ago
  26. c946d46 gtest - Make a `PythonTestSuite` base class for setup / teardown. by Zachary Turner · 10 years ago
  27. a140514 Create `PythonTuple` and `PythonCallable` wrapper classes. by Zachary Turner · 10 years ago
  28. 7841efb Add a `PythonModule` class, and a root-level method for resolving names. by Zachary Turner · 10 years ago
  29. 7d6d218 Convert SWIG typemap string operations to PythonObjects. by Zachary Turner · 10 years ago
  30. 9c40264 Introduce a `PythonFile` object, and use it everywhere. by Zachary Turner · 10 years ago
  31. 1842693 Get Python unit tests working with Python 3. by Zachary Turner · 10 years ago
  32. f8b22f8 Fix ref counting of Python objects. by Zachary Turner · 10 years ago
  33. 22c8efc Port native Python-API to 3.x by Zachary Turner · 10 years ago