1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 46d005d Workaround for collision between enum members in LLVM's MachO.h and system headers by Jim Ingham · 11 years ago
  3. a332978 lldb arm64 import. by Jason Molenda · 12 years ago
  4. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  5. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  6. 510938e Fix some names in the wake of my Mach-O changes to LLVM. by Charles Davis · 12 years ago
  7. 6e0ff1a Changed the formerly pure virtual function: by Greg Clayton · 12 years ago
  8. 160c9d8 <rdar://problem/13700260> <rdar://problem/13723772> by Greg Clayton · 12 years ago
  9. b3ae876 <rdar://problem/13491977> by Greg Clayton · 12 years ago
  10. 1afa68e <rdar://problem/13516463> by Greg Clayton · 12 years ago
  11. 5160ce5 <rdar://problem/13521159> by Greg Clayton · 13 years ago
  12. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  13. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  14. 5d88a06 Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two breakpoints were set on consecutive addresses, the continue from the by Jim Ingham · 13 years ago
  15. 4f465cf Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. by Jim Ingham · 13 years ago
  16. 97d5cf0 <rdar://problem/9959501> by Greg Clayton · 13 years ago
  17. 1ac04c3 Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 14 years ago
  18. 81c22f6 Moved lldb::user_id_t values to be 64 bit. This was going to be needed for by Greg Clayton · 14 years ago
  19. 01a6786 SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 14 years ago
  20. 56d9a1b Added a new plug-in type: lldb_private::OperatingSystem. The operating system by Greg Clayton · 14 years ago
  21. a63d08c Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate by Greg Clayton · 14 years ago