1. 39ebb98 Make a synthetic children provider for the ObjC Class type by Enrico Granata · 11 years ago
  2. bf5d9d4 char32_t should use an uppercase U as its prefix by Enrico Granata · 11 years ago
  3. 66cd2b5 The new ReadStringFromMemory() API does not work correctly with NSStrings that have an explicit length and no NULL terminator by Enrico Granata · 11 years ago
  4. d387b46 Fixed some linux buildbot warnings. by Greg Clayton · 11 years ago
  5. 347d722 Provided a variant of ReadCStringFromMemory that supports null terminators of any character width. by Ashok Thirumurthi · 11 years ago
  6. 54f3020 Fixing a silly bug that would cause string summaries not to show up :-) by Enrico Granata · 12 years ago
  7. fb1493d <rdar://problem/13415737> by Enrico Granata · 12 years ago
  8. d32acdb Hardening the vector iterator synthetic child(ren) provider against item-not-in-cluster asserts by Enrico Granata · 12 years ago
  9. cc5d274 The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and std::map as provided by libc++ are now written in C++ instead of Python by Enrico Granata · 12 years ago
  10. cba09f6 This checkin removes the last Cocoa formatters that were implemented in Python and reimplements them in C++. The Python Cocoa formatters are not shipped as part of LLDB anymore, but still exist in the source repository for user reference. Python formatters still exist for STL classes and users can still define their own Python formatters by Enrico Granata · 12 years ago
  11. 5782dae C++ formatters for NSTimeZone and for CFBitVector by Enrico Granata · 12 years ago
  12. 3818e6a NS(Mutable)IndexSet formatter moves from Python to C++ by Enrico Granata · 12 years ago
  13. dc1df6b Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort and NSNotification by Enrico Granata · 12 years ago
  14. 280b30f Porting the Objective-C Class data type’s summary from Python to C++ by Enrico Granata · 12 years ago
  15. b70c6ef Moving CFBag and NSBundle summaries from Python to C++ by Enrico Granata · 12 years ago
  16. f3a217e Cleanup of the NSString data formatter by Enrico Granata · 12 years ago
  17. 32d7ee3 <rdar://problem/4529976> by Enrico Granata · 12 years ago
  18. 04d3bb2 Fixing the lack of a space in an expression that was causing sheer unhappiness. by Enrico Granata · 12 years ago
  19. ea68753 NSSet formatter is now C++ code by Enrico Granata · 12 years ago
  20. 1f9df78 <rdar://problem/13204647> by Enrico Granata · 12 years ago
  21. 2fd2615 Fixing a logic flaw with NSURL summary. This was caught by running the test suite in 32bit mode by Enrico Granata · 12 years ago
  22. 0cd3340 Fixed a store to data that isn't needed and that also could end up writing beyond the end of the buffer. This was found by the address sanitizer. by Greg Clayton · 12 years ago
  23. 979c4b5 This checkin implements the data formatter for NSURL in C++ code by Enrico Granata · 12 years ago
  24. dcffc1a <rdar://problem/12898191> by Enrico Granata · 12 years ago
  25. 689696c <rdar://problem/12953018> by Enrico Granata · 12 years ago
  26. 53d268c llvm/Basic/ConvertUTF.h now exposes all functions without macro tricks by Dmitri Gribenko · 12 years ago
  27. 2a64f9a UTF conversion routines were moved from clang/Basic to llvm/Support by Dmitri Gribenko · 12 years ago
  28. f509c5e <rdar://problem/12978143> by Enrico Granata · 12 years ago[Renamed (99%) from source/Core/CXXFormatterFunctions.cpp]
  29. 36da2aa <rdar://problem/13069948> by Greg Clayton · 12 years ago
  30. cd8cd61 <rdar://problem/12790664> by Enrico Granata · 12 years ago
  31. b698579 <rdar://problem/12239827> by Enrico Granata · 12 years ago
  32. 3f4844e Making the Unicode formatters visually nicer by using the same prefix characters as the compiler expects in C++ code by Enrico Granata · 12 years ago
  33. 06d58b0 <rdar://problem/11383764> by Enrico Granata · 12 years ago
  34. f5545f9 <rdar://problem/12725746> by Enrico Granata · 12 years ago
  35. f3c1048 <rdar://problem/12848118> by Enrico Granata · 12 years ago
  36. 3ca24b4 <rdar://problem/12817233> by Enrico Granata · 12 years ago
  37. b9db9d5 Fix a few more clang (3.2) warnings on Linux: by Daniel Malea · 12 years ago
  38. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  39. 99611fe In the data formatters, if we know the result by Sean Callanan · 12 years ago
  40. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  41. db05491 <rdar://problem/11449953> Change Debugger::SetOutputFileHandle() so that it does not automatically initialize the script interpreter in order to transfer its output file handle to it by Enrico Granata · 12 years ago
  42. c01344c <rdar://problem/12523238> Commit 2 of 3 by Enrico Granata · 12 years ago
  43. 800332c <rdar://problem/12523238> Commit 1 of 3 by Enrico Granata · 12 years ago
  44. 47beabb Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 12 years ago
  45. b9bd5d1 <rdar://problem/12462575> Refactoring a block of shared code in the NSString data formatter by Enrico Granata · 12 years ago
  46. a787c1a <rdar://problem/12424824> Making sure that we correctly update our synthetic children provider for NSDictionary - providing better support for dynamic types by letting the filter recalculate itself when the type of the object changes by Enrico Granata · 12 years ago
  47. 247da33 <rdar://problem/12424824> Making sure that we correctly update our synthetic children provider for NSArray - the same work will need to be done for NSDictionary by Enrico Granata · 12 years ago
  48. 9abbfba <rdar://problem/12099592> Adding back a bunch of code-running summaries by Enrico Granata · 12 years ago
  49. fd3d28d <rdar://problem/12349509> Renaming the structure that we use for NSDictionary children by Enrico Granata · 12 years ago
  50. 7685a56 <rdar://problem/12378910> Fix a bunch of other places where similar problems could happen by Enrico Granata · 12 years ago
  51. 25c9ade <rdar://problem/12378910> Fixing a potential crasher in the data formatters where we fail to check for NULL or empty class name by Enrico Granata · 12 years ago
  52. 3a08fd1 <rdar://problem/11988289> Making C++ synthetic children provider for NSDictionary and related classes by Enrico Granata · 12 years ago
  53. 3d35b21 Fixing a typo by Enrico Granata · 12 years ago
  54. f91e78f <rdar://problem/11086338> Implementing support for synthetic children generated by running C++ code instead of Python scripts ; Adding a bunch of value-generating APIs to our private code layer ; Providing synthetic children for NSArray by Enrico Granata · 12 years ago
  55. d27026e Implementing an Options class for EvaluateExpression() in order to make the signature more compact and make it easy to 'just run an expression' by Enrico Granata · 12 years ago
  56. caaf010 Adding to files that were missing in the previous commit by Enrico Granata · 12 years ago