1. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  2. fe6dc6e <rdar://problem/13421412> by Greg Clayton · 11 years ago
  3. 18e0830 Added GetCanonicalType() to SBType: by Greg Clayton · 12 years ago
  4. 0b93a75 <rdar://problem/12749733> by Greg Clayton · 12 years ago
  5. 9927057 Added the ability to get function return and argument types to SBType(): by Greg Clayton · 12 years ago
  6. 949b717 <rdar://problem/12490588> by Greg Clayton · 12 years ago
  7. f6132ef <rdar://problem/11275622> by Greg Clayton · 12 years ago
  8. dc0a38c <rdar://problem/11113279> by Greg Clayton · 12 years ago
  9. d44c9d3 Adding a new API call IsTypeComplete() to SBType. This call is meant to check if the type has been previously completed or not (which is mostly interesting from a performance point of view) by Enrico Granata · 12 years ago
  10. 0a19a1b Convert all python objects in our API to use overload the __str__ method by Greg Clayton · 13 years ago
  11. 3eeaf6e Added support to SBType for getting template arguments from a SBType: by Greg Clayton · 13 years ago
  12. 86ad476 Added fuzz testing for when we call API calls with an invalid object. by Greg Clayton · 13 years ago
  13. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  14. 6e56157 <rdar://problem/9334299> by Greg Clayton · 13 years ago
  15. d68e089 Added the ability to introspect types thourgh the public SBType interface. by Greg Clayton · 13 years ago
  16. 0c64baf On second thought, add the IsValid() method to SBTypeList, making it similar to SBSymbolContextList and SBValueList. by Johnny Chen · 13 years ago
  17. 8c1d720 Fixed issues for iOS debugging where if a device has by Greg Clayton · 13 years ago
  18. 0fb0bcc Cleaned up the SBType.h file to not include internal headers and reorganized by Greg Clayton · 13 years ago
  19. 979e20d Public API changes: by Enrico Granata · 13 years ago
  20. 24b0310 Fixed the global and static variables to always be in scope. by Greg Clayton · 13 years ago
  21. b302b2f Centralize all of the type name code so that we always strip the leading by Greg Clayton · 13 years ago
  22. 446ccaa Add fuzz calls to SBType, SBValue, and SBValueList. by Johnny Chen · 13 years ago
  23. 5851366 Add support for looking up ivar offset from the ObjC runtime. by Jim Ingham · 13 years ago
  24. 00c3ae7 Fixed up the SBValue::GetExpressionPath() to be more correct under more by Greg Clayton · 14 years ago
  25. b01000f A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 14 years ago
  26. d6dfe04 Linux patches from Stephen Wilson. by Greg Clayton · 14 years ago
  27. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  28. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  29. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  30. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  31. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 14 years ago
  32. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  33. 98f930f by Caroline Tice · 14 years ago
  34. ef28e2a Added functionality to our API for SBType. This will allow users to eventually find and peruse static type information from modules. by Greg Clayton · 14 years ago
  35. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago