1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. acc50e0 Fix regression in gnu_libstdcpp.py introduced by r266313 by Ulrich Weigand · 9 years ago
  3. 0501eeb Miscellaneous fixes for big-endian systems by Ulrich Weigand · 9 years ago
  4. b2662a2 Fix tabs and spaces in one of the python files. by Zachary Turner · 10 years ago
  5. 82ffb8e Fix libstdc++ data formatters on Ubuntu 15.10 x86_64 by Todd Fiala · 10 years ago
  6. 2adc801 Py3'ify some of the examples that get run at startup. by Zachary Turner · 10 years ago
  7. da38894 [libstdc++ data-formatters] Remove size limits. by Siva Chandra · 10 years ago
  8. adb9982 Fix typos. by Bruce Mitchener · 10 years ago
  9. 639e8ad Fix StdVBoolImplementation to handle large vectors by Tamas Berghammer · 11 years ago
  10. 05fd66d Cleanup to simplify the formatter for std::map of libstdc++. by Siva Chandra · 11 years ago
  11. 8d88d08 Implement formatter for std::vector<bool, ...> of libstdc++ in Python. by Siva Chandra · 11 years ago
  12. 3b36038 Cleanup implementation of formatter for std::vector from libstdc++. by Siva Chandra · 11 years ago
  13. ecbabe6 <rdar://problem/12848118> by Enrico Granata · 13 years ago
  14. 91fe017 <rdar://problem/12523238> Commit 2 of 3 by Enrico Granata · 13 years ago
  15. 114bb19 Data formatters for libc++ deque and shared/weak ptrs - a contribution by Jared Grubb by Enrico Granata · 13 years ago
  16. 7d22221 Returning data formatters to their previous working condition - Plus fixing an issue that was preventing Python oneliners from executing by Enrico Granata · 13 years ago
  17. eb36cad Fixing an over-substitution of text by Enrico Granata · 13 years ago
  18. 85ce21c Make the C++ formatters importable by having them use the right package to import and reference the Logger by Enrico Granata · 13 years ago
  19. cb50d34 Fixing a problem where some uninitialized cases of vectors could cause diagnostic output from the synthetic children providers - this time the fix should work by Enrico Granata · 13 years ago
  20. 79c1baf Making sure the count on synthetic providers is always setup - This should prevent errors about count being undefined from showing up by Enrico Granata · 14 years ago
  21. 22fe317 Added some logging to STL synthetic children providers - this should help us catch problems; more logging might/will be added as needed by Enrico Granata · 14 years ago
  22. d50f18b Part 1 of a series of fixes meant to improve reliability and increase ease of bug fixing for data formatter issues. by Enrico Granata · 14 years ago
  23. c5bc412 Synthetic values are now automatically enabled and active by default. SBValue is set up to always wrap a synthetic value when one is available. by Enrico Granata · 14 years ago
  24. 86cc982 Massive enumeration name changes: a number of enums in ValueObject were not following the naming pattern by Enrico Granata · 14 years ago
  25. 9d60f60 Changed ValueObject to use a dedicated ChildrenManager class to store its children, instead of an std::vector by Enrico Granata · 14 years ago
  26. 5a1bff0 fixing comment to reflect that currentversion of OSX works with our STL formatters by Enrico Granata · 14 years ago
  27. 4cee9e5 Fixing issues where synthetic children providers for STL containers std::list and std::map where not doing their job properly by Enrico Granata · 14 years ago
  28. 23e578c Fixing a startup error by Enrico Granata · 14 years ago
  29. 5a61fc0d Exception-awareness for gnu_libstdcpp formatters ; Documentation update by Enrico Granata · 14 years ago
  30. c482a19 First round of code cleanups: by Enrico Granata · 14 years ago[Renamed from lldb/source/osxcpp.py]
  31. 217f91f New category "gnu-libstdc++" provides summary for std::string and synthetic children for types std::map, std::list and std::vector by Enrico Granata · 14 years ago