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