1. 0b10ef6 Missed some cases when switching over to using our STD_UNIQUE_PTR macros. by Greg Clayton · 11 years ago
  2. 36da2aa <rdar://problem/13069948> by Greg Clayton · 11 years ago
  3. 598df88 <rdar://problem/10434005> by Greg Clayton · 12 years ago
  4. f125250 <rdar://problem/10605072> by Greg Clayton · 12 years ago
  5. 6c530f2 Add a logging mode that takes a callback and flush'es to that callback. by Jim Ingham · 12 years ago
  6. 90c5214 Removed the "lldb-forward-rtti.h" header file as it was designed to contain 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. d9919d3 Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This by Greg Clayton · 13 years ago
  9. 444e35b Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 13 years ago
  10. 6e0101c Convert lldb::ModuleSP to use an instrusive ref counted pointer. by Greg Clayton · 13 years ago
  11. 9a3c2a5 Add a data type WatchpointLocationList to the repository. A Target contains an instance of watchpoint location list. by Johnny Chen · 13 years ago
  12. c51ffbf We were leaking a stack frame in StackFrameList in Thread.cpp which could by Greg Clayton · 13 years ago
  13. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  14. 09c81ef Patch that allows for thread_t to be something more complex than an by Greg Clayton · 13 years ago
  15. 4d6675c by Caroline Tice · 14 years ago
  16. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 14 years ago
  17. 6a5aa8a Cleaned a few build related things up: by Greg Clayton · 14 years ago
  18. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  19. 341f9b6 Fix a typo in a comment... by Jim Ingham · 14 years ago
  20. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  21. 8f5fd6b I have eliminated RTTI from LLDB! by Greg Clayton · 14 years ago
  22. 17b7136 Move SharingPtr.h into include/. by Eli Friedman · 14 years ago
  23. e49f79d Switched over to using the new lldb::SharingPtr from Howard Hinnant. by Greg Clayton · 14 years ago
  24. 05faf67 Remove platform-specific includes from platform-independent code. Mac users, by Eli Friedman · 14 years ago
  25. 5f81547 Fix include lines to use more conventional paths, part 1. by Eli Friedman · 14 years ago
  26. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago