1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  3. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 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. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  8. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  9. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  10. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  11. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  12. 7e9793f Changed '-x'/'-xsize' to '-s'/'-size' when specifying the size of a watchpoint. by Sean Callanan · 11 years ago
  13. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  14. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  15. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  16. d78c957 Switch NULL to C++11 nullptr in source/Interpreter by Ed Maste · 11 years ago
  17. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  18. 4d682d2 Fixed several problems with watchpoint expressions. by Sean Callanan · 12 years ago
  19. c646231 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 12 years ago
  20. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  21. 3cb41e8 Give more explicit error messages when watchpoint creation command (watchpoint set) fails, by Johnny Chen · 13 years ago
  22. 6ebc8c45 Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_lengthof(), instead. by Johnny Chen · 13 years ago
  23. 2ffa754 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 14 years ago
  24. 34ddc8d Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 14 years ago
  25. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  26. 9e32090 Remove stale comment. by Johnny Chen · 14 years ago
  27. 7d97b1c Modify the help text for watching a variable or its pointee. by Johnny Chen · 14 years ago
  28. cf0e4f0 Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges. by Greg Clayton · 14 years ago
  29. b62a3be Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, by Johnny Chen · 14 years ago
  30. 887062a Watchpoint WIP: by Johnny Chen · 14 years ago
  31. 3a9838c Fix a bug in OptionGroupWatchpoint.cpp where the '-w' option arg parsing result was not checked by Johnny Chen · 14 years ago
  32. 944cdc0 A little bit of cleanup; set watch_mode to eWatchInvalid at the OptionParsingStarting() lifecycle point. by Johnny Chen · 14 years ago
  33. 7c575b3 Refactoring: replace a bunch of static array size computation or hardcoded constant by Johnny Chen · 14 years ago
  34. b1d7529 Add OptionGroupWatchpoint.cpp/.h (preparatory work) for hooking up watchpoint to the 'frame variable' comand. by Johnny Chen · 14 years ago