1. 952e9dc <rdar://problem/13521159> by Greg Clayton · 12 years ago
  2. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  3. aaf0088 Add missing return to SBAddress::GetOffset(). This was caught by Carlo Kok. by Greg Clayton · 12 years ago
  4. 6837dfd <rdar://problem/12524810> by Greg Clayton · 12 years ago
  5. 7fb1430 Expose GetAddressClass() from both the SBAddress and SBInstruction so clients can tell the difference between ARM/Thumb opcodes when disassembling ARM. by Greg Clayton · 13 years ago
  6. 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 · 13 years ago
  7. 3508c38 <rdar://problem/10103468> by Greg Clayton · 13 years ago
  8. 7dd5c51 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 13 years ago
  9. 39f54ea Allow a SBAddress to be created from a SBSection and an offset. by Greg Clayton · 13 years ago
  10. 0416bdf lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still by Greg Clayton · 13 years ago
  11. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 13 years ago
  12. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 13 years ago
  13. 1b92520 Added the ability to get the target triple, byte order and address byte size by Greg Clayton · 13 years ago
  14. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  15. 3e8c25f Added to the public API to allow symbolication: by Greg Clayton · 13 years ago
  16. 02e210c Removed the function: by Greg Clayton · 13 years ago
  17. c51ffbf We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 13 years ago
  18. a395506 Make the SBAddress class easier to use when using the public API. by Greg Clayton · 13 years ago
  19. b0e68d9 Added some functions to our API related to classifying symbols as code, data, by Greg Clayton · 14 years ago
  20. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  21. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  22. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  23. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  24. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  25. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  26. e7a566e Fix indentations. by Caroline Tice · 14 years ago
  27. 98f930f by Caroline Tice · 14 years ago
  28. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  29. 466f6c4 Added some missing API for address resolving within a module, and looking by Greg Clayton · 14 years ago
  30. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  31. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago