1. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  2. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  3. 5f19b90 Move ArchSpec to the Utility module by Pavel Labath · 8 years ago
  4. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  5. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  6. df44988 Break some dependencies in lldbUtility. by Zachary Turner · 9 years ago
  7. a1609ff Jim unintentionally had the gdb-format specifiers falling through by Jason Molenda · 9 years ago
  8. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  9. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  10. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  11. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  12. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  13. 22c9e7b If x/i is followed by x/g, the format should be reset to 'x'. by Jim Ingham · 9 years ago
  14. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  15. c95f7e2 Refactor OptionValue::SetValueFromCString to use llvm::StringRef by Pavel Labath · 11 years ago
  16. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  17. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  18. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  19. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  20. 98f1348 <rdar://problem/15192088> by Enrico Granata · 12 years ago
  21. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  22. 676a487 Fix clang warnings related to python macro redefinition and printf format specifiers. by Matt Kopec · 13 years ago
  23. 6b4ddc6 <rdar://problem/12437929> by Enrico Granata · 13 years ago
  24. 8140963 <rdar://problem/12156204> by Greg Clayton · 13 years ago
  25. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  26. 608036a gdb format should default to count of 1. <rdar://problem/12161861> by Jim Ingham · 13 years ago
  27. 7c533b2 Fixed the GDB format to allow the size and format characters to come in any by Greg Clayton · 14 years ago
  28. 5009f9d Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 14 years ago
  29. 82f4cf4 A simple fix for the GDB format strings so the byte size parameter gets by Greg Clayton · 14 years ago
  30. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  31. 1deb796 Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 14 years ago
  32. 7c575b3 Refactoring: replace a bunch of static array size computation or hardcoded constant by Johnny Chen · 14 years ago
  33. 4bee32e Headers have been moved to /includes/lldb/Interpreter. This patch by Johnny Chen · 14 years ago
  34. 68ebae6 Added the ability to specify dumping options (show types, show location, by Greg Clayton · 14 years ago
  35. 84c3966 Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 14 years ago