1. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  2. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  3. d2ad7fd disassemble with no arguments disassembles at the pc. Also got "disassemble -f" to work, that had gotten broken at some point in the past. by Jim Ingham · 13 years ago
  4. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  5. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  6. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  7. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  8. 149731c Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 13 years ago
  9. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  10. aa3e3e1 Add the ability to disassemble "n" instructions from the current PC, or the first "n" instructions in a function. by Jim Ingham · 13 years ago
  11. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  12. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  13. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  14. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  15. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  16. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago