1. 50bc1ed [FileSystem] Open File instances through the FileSystem. by Jonas Devlieghere · 7 years ago
  2. 5bfee5f Added new API to SBStructuredData class by Abhishek Aggarwal · 8 years ago
  3. 6fe867a Fix some unit test compilation failures. by Zachary Turner · 9 years ago
  4. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  5. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  6. 8c68837 Fix unit tests on windows by Pavel Labath · 9 years ago
  7. 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
  8. 5a8453d Fix PythonDataObjectsTests for python 2 by Pavel Labath · 10 years ago
  9. de9dfe7 Fix sign conversion warnings in LLDB Python unittests by Reid Kleckner · 10 years ago
  10. f9d6d20 Fix swig typemap for SBEvent. by Zachary Turner · 10 years ago
  11. 5a72c02 Introduce a PythonBytes class into PythonDataObjects. by Zachary Turner · 10 years ago
  12. c946d46 gtest - Make a `PythonTestSuite` base class for setup / teardown. by Zachary Turner · 10 years ago
  13. a140514 Create `PythonTuple` and `PythonCallable` wrapper classes. by Zachary Turner · 10 years ago
  14. 7841efb Add a `PythonModule` class, and a root-level method for resolving names. by Zachary Turner · 10 years ago
  15. 7d6d218 Convert SWIG typemap string operations to PythonObjects. by Zachary Turner · 10 years ago
  16. 9c40264 Introduce a `PythonFile` object, and use it everywhere. by Zachary Turner · 10 years ago
  17. 1842693 Get Python unit tests working with Python 3. by Zachary Turner · 10 years ago
  18. f8b22f8 Fix ref counting of Python objects. by Zachary Turner · 10 years ago
  19. 22c8efc Port native Python-API to 3.x by Zachary Turner · 10 years ago