1. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  2. 3a70d5d Make the IsValid() operator for SBLineEntry "do the right thing" by returning true if the line entry is valid, not just if the opaque pointer to lldb_private::LineEntry is non NULL. by Greg Clayton · 12 years ago
  3. 69c540d Change SBAddress back to using a std::auto_ptr to a lldb_private::Address as the lldb_private::Address has a weak pointer to the section which has a weak pointer back to the module, so it is safe to have just a lldb_private::Address object now. by Greg Clayton · 12 years ago
  4. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  5. 23b8abb Added more functionality to the public API to allow for better by Greg Clayton · 13 years ago
  6. ec2d978 Add missing headers. by Stephen Wilson · 13 years ago
  7. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  8. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  9. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  10. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  11. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  12. 98f930f by Caroline Tice · 14 years ago
  13. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  14. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago