1. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  2. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  3. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  4. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  5. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  6. 58ef391 Fix a variety of typos. by Bruce Mitchener · 10 years ago
  7. c95f7e2 Refactor OptionValue::SetValueFromCString to use llvm::StringRef by Pavel Labath · 11 years ago
  8. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  9. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  10. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  11. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 12 years ago
  12. 44edda0 create constants for multichar constants by Saleem Abdulrasool · 12 years ago
  13. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  14. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  15. 3154255 This is a fix for the command option parser. by Sean Callanan · 13 years ago
  16. 6ebc8c45 Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. by Johnny Chen · 13 years ago
  17. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  18. 7c575b3 Refactoring: replace a bunch of static array size computation or hardcoded constant by Johnny Chen · 14 years ago
  19. 4bee32e Headers have been moved to /includes/lldb/Interpreter. This patch by Johnny Chen · 14 years ago
  20. 84c3966 Added a new OptionValue subclass for lldb::Format: OptionValueFormat. Added by Greg Clayton · 15 years ago