1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. adb9982 Fix typos. by Bruce Mitchener · 10 years ago
  3. 3467d80 <rdar://problem/11485744> Implement important data formatters in C++. Have the Objective-C language runtime plugin expose class descriptors objects akin to the objc_runtime.py Pythonic implementation. Rewrite the data formatters for some core Cocoa classes in C++ instead of Python. by Enrico Granata · 13 years ago
  4. de93b6b Fixing a typo in the NSArray data formatter by Enrico Granata · 14 years ago
  5. 7d22221 Returning data formatters to their previous working condition - Plus fixing an issue that was preventing Python oneliners from executing by Enrico Granata · 14 years ago
  6. 28399ad Making the Cocoa formatters comply with the new on-disk layout of the Python resources - This is one of the steps towards making the data formatters work again by Enrico Granata · 14 years ago
  7. a20e863 Fixing syntax typos in Python formatters by Enrico Granata · 14 years ago
  8. 98bcde4 Removing some instances of str(SBValue) by Enrico Granata · 14 years ago
  9. 247bd41 Logging for data formatters. by Enrico Granata · 14 years ago
  10. 3f1052b The Cocoa formatters now provide error messages for many of the common things-went-wrong situations. Previously they would say nothing or log failures to the Python console by Enrico Granata · 14 years ago
  11. 8c69c96 Changed several of the Cocoa formatters to match the output style that Xcode uses internally to provide summaries by Enrico Granata · 14 years ago
  12. eb06e25 Fixing some of the new Python formatters to report '1 object' instead of '1 objects' by Enrico Granata · 14 years ago
  13. cfdafa3 Several performance-oriented changes to the introspecting data formatters: by Enrico Granata · 14 years ago
  14. 7bc0ec3 This commit: by Enrico Granata · 14 years ago
  15. eb4a479 This patch provides a set of formatters for most of the commonly used Cocoa classes. by Enrico Granata · 14 years ago