1. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  2. 7d40838 Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 11 years ago
  3. 1b584eb Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. by Jim Ingham · 12 years ago
  4. 516f084 No functionality changes, mostly cleanup. by Greg Clayton · 12 years ago
  5. 3be42fb Export the ability to see if a symbol is externally visible and also if the symbol was synthetically added to the symbol table (the symbol was not part of the symbol table itself but came from another section). by Greg Clayton · 12 years ago
  6. 0c31d3d <rdar://problem/10997402> by Greg Clayton · 12 years ago
  7. 3508c38 <rdar://problem/10103468> by Greg Clayton · 13 years ago
  8. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 13 years ago
  9. 13d24fb Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 13 years ago
  10. 96154be <rdar://problem/10126482> by Greg Clayton · 13 years ago
  11. b0e68d9 Added some functions to our API related to classifying symbols as code, data, by Greg Clayton · 13 years ago
  12. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  13. 89f1aa7 Export the ability to get the start and end addresses for functions by Greg Clayton · 13 years ago
  14. bdcda46 The LLDB API (lldb::SB*) is now thread safe! by Greg Clayton · 14 years ago
  15. dd62d72 Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object by Greg Clayton · 14 years ago
  16. 43edca3 Added symbol table access through the module for now. We might need to expose by Greg Clayton · 14 years ago
  17. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  18. 538eb82 Added copy constructors and assignment operators to all lldb::SB* classes by Greg Clayton · 14 years ago
  19. a66ba46 Improved API logging. by Greg Clayton · 14 years ago
  20. 61ba7ec Clean up the API logging code: by Caroline Tice · 14 years ago
  21. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  22. 5c4c746 Added the ability to get the disassembly instructions from the function and by Greg Clayton · 14 years ago
  23. e49ec18 Remove all the __repr__ methods from the API/*.h files, and put them by Caroline Tice · 14 years ago
  24. 98f930f by Caroline Tice · 14 years ago
  25. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  26. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago