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. d821c99 Move RegisterValue,Scalar,State from Core to Utility by Pavel Labath · 7 years ago
  4. 4ebdee0 Typo fixes. by Bruce Mitchener · 7 years ago
  5. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  6. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
  7. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  8. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  9. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  10. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  11. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  12. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  13. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  14. 4e4fbe8 Some more pointer safety in Breakpoint. by Zachary Turner · 9 years ago
  15. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  16. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  17. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  18. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  19. 49bcfd8 Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes. by Eugene Zelenko · 10 years ago
  20. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  21. ea671fb Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. by Kate Stone · 10 years ago
  22. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  23. 26c7bf9 Rework the way we pass "run multiple command" options to the various API's that by Jim Ingham · 11 years ago
  24. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  25. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  26. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  27. c3d874a lldb TOT is dropping the last entry for multi-line IOHandlers that use the IOHandlerDelegateMultiline. by Greg Clayton · 11 years ago
  28. f29bf9a "DONE" is being left in multi-line results when it shouldn't for non terminal input. by Greg Clayton · 11 years ago
  29. 44d9378 Merging the iohandler branch back into main. by Greg Clayton · 12 years ago
  30. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  31. b0b4513 Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID. by Jim Ingham · 12 years ago
  32. 03da4cc Fixed some linux buildbot warnings. by Greg Clayton · 12 years ago
  33. 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 12 years ago
  34. e01e07b Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 12 years ago
  35. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  36. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  37. bc6e85c Change the NULL to a 0 since we need a uint32_t by Filipe Cabecinhas · 13 years ago
  38. e9a5627 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 13 years ago