1. 78280ba <rdar://problem/13499317> by Enrico Granata · 11 years ago
  2. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  3. bb04be1 Remove the “len” defaulted parameter from CommandReturnObject::AppendMessage, AppendWarning and AppendError. Nobody was using them, and it meant if you accidentally used the AppendWarning when you meant AppendWarningWithFormat with an integer in the format string, it would compile and then return your string plus some unknown amount of junk. by Jim Ingham · 12 years ago
  4. b8fda50 Removing the two extra GetXSize(bool) calls since we do not desire to support them long-term by Enrico Granata · 12 years ago
  5. c2bc794 <rdar://problem/12446320> Fixing an issue with our Driver where setting an immediate output would not cause suppression of the final printout. This allows effective output redirection for Python commands by Enrico Granata · 12 years ago
  6. 6d10188 Implementing plugins that provide commands. by Enrico Granata · 12 years ago
  7. 839de39 Make a way to set the result status for Python defined commands, and don't overwrite the status of the result if by Jim Ingham · 12 years ago
  8. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  9. d8b9b06 Added the ability to create a SBCommandReturnObject object from a pointer by Greg Clayton · 13 years ago
  10. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  11. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  12. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  13. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  14. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  15. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  16. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  17. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  18. 98f930f by Caroline Tice · 14 years ago
  19. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  20. d6ec8aa Fix a bunch more include lines. by Eli Friedman · 14 years ago
  21. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago