1. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  2. 1b584eb Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 12 years ago
  3. 516f084 No functionality changes, mostly cleanup. by Greg Clayton · 12 years ago
  4. 3508c38 <rdar://problem/10103468> by Greg Clayton · 12 years ago
  5. 7dd5c51 Removed all of the "#ifndef SWIG" from the SB header files since we are using by Greg Clayton · 12 years ago
  6. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 12 years ago
  7. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 12 years ago
  8. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  9. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  10. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  11. 89f1aa7 Export the ability to get the start and end addresses for functions by Greg Clayton · 13 years ago
  12. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  13. dd62d72 Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object by Greg Clayton · 14 years ago
  14. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  15. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  16. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  17. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  18. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  19. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  20. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  21. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  22. e7a566e Fix indentations. by Caroline Tice · 14 years ago
  23. 98f930f by Caroline Tice · 14 years ago
  24. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  25. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago