1. 0e19160 <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 11 years ago
  2. 36da2aa <rdar://problem/13069948> by Greg Clayton · 11 years ago
  3. d35b7b3 More Linux warnings fixes (remove default labels as needed): by Daniel Malea · 11 years ago
  4. 5f35a4b Resolve printf formatting warnings on Linux: by Daniel Malea · 12 years ago
  5. 851e30e Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. by Greg Clayton · 12 years ago
  6. 289afcb The second part in thread hardening the internals of LLDB where we make by Greg Clayton · 12 years ago
  7. 6561155 Created a std::string in the base StopInfo class for the description and by Greg Clayton · 13 years ago
  8. 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
  9. 75906e4 Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 13 years ago
  10. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  11. f147af7 by Caroline Tice · 13 years ago
  12. 3063c95 Added the start of the CFI row production using the emulate instruction classes. by Greg Clayton · 13 years ago
  13. c07d451 Got the EmulateInstruction CFI code a lot closer to producing CFI data. by Greg Clayton · 13 years ago
  14. 888a733 Changed the emulate instruction function to take emulate options which by Greg Clayton · 13 years ago
  15. dbeb3e1 Order of initialization lists. by Stephen Wilson · 13 years ago
  16. 0fe5a53 by Caroline Tice · 13 years ago
  17. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  18. 21f0d4b by Caroline Tice · 13 years ago
  19. ea69d6d by Caroline Tice · 13 years ago
  20. 080bf61 by Caroline Tice · 13 years ago
  21. 7bc3908 Made the lldb_private::Opcode struct into a real boy... I mean class. by Greg Clayton · 13 years ago
  22. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  23. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 13 years ago
  24. 17f5afe Header patch, virtual dtor patch and missed UUID patch from Kirk Beitz. by Greg Clayton · 13 years ago
  25. ddff7cc Remove bzero use and replace with memset (patch from Kirk Beitz). by Greg Clayton · 13 years ago
  26. 52fd984 Modified the PluginManager to be ready for loading plug-ins from a system by Greg Clayton · 13 years ago
  27. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 13 years ago
  28. 8482ded Made the EmulateInstruction class into a plug-in interface and moved the by Greg Clayton · 13 years ago[Renamed from source/Plugins/Process/Utility/EmulateInstruction.cpp]
  29. 64c8443 Added the start of opcode emulation for ARM instructions. This class is designed by Greg Clayton · 13 years ago