1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. 7f88829 Add support for descriptions with command completions. by Raphael Isemann · 7 years ago
  3. 1a6d7ab Narrow the CompletionRequest API to being append-only. by Raphael Isemann · 7 years ago
  4. 2443bbd Refactoring for for the internal command line completion API (NFC) by Raphael Isemann · 7 years ago
  5. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  6. 2c84f90 Remove some more uses of Args::GetArgumentAtIndex. by Zachary Turner · 9 years ago
  7. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  8. 03c9f36 Fix some StringRef Printf warnings. by Zachary Turner · 9 years ago
  9. 9889683 Change some more CommandObject functions to StringRef. by Zachary Turner · 9 years ago
  10. 442f653 Make CommandObject help getters/setters use StringRef. by Zachary Turner · 9 years ago
  11. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  12. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  13. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  14. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  15. 612917c Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawning an inferior process by Enrico Granata · 9 years ago
  16. 4a79592 Attempt to fix the Ubuntu buildbot by making FindLongestCommandWord a free template function in lldb_private by Enrico Granata · 10 years ago
  17. 308f73c Change the way command aliases are stored. Go from a model where a map holds the alias -> underlying command binding and another map holds the alias -> options, to a model where one single map holds the alias -> (all useful data) combination by Enrico Granata · 10 years ago
  18. 26cac3a 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
  19. 41571781 Per Jim's suggestion, move checks that we're not mixing and matching Debuggers and Commands deeper in the bowels of LLDB by Enrico Granata · 10 years ago
  20. 2471434 CommandObjectProxy needs to proxy GenerateHelpText as well as everything else. by Jim Ingham · 10 years ago
  21. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  22. 2304b6f Factor resolution of abbreviations and aliases so that they can be tested directly. http://reviews.llvm.org/D9033 by Adrian McCarthy · 10 years ago
  23. 7d1069d If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd" instead of "target symbols ". by Greg Clayton · 11 years ago
  24. 765d2e2 Fix autocompletion for multi-word commands. by Greg Clayton · 12 years ago
  25. 9b62d1d <rdar://problem/11914077> by Enrico Granata · 12 years ago
  26. d2f16e2 <rdar://problem/13265017> by Enrico Granata · 13 years ago
  27. d82ac9e Fix CommandObjectMultiword to initialize all members, and beef up corresponding test case. by Daniel Malea · 13 years ago
  28. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  29. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  30. 998255b <rdar://problem/12491387> by Greg Clayton · 13 years ago
  31. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  32. 85e8b81 - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 15 years ago
  33. ce81496 Make CommandObjectMultiword::GetSubcommandSP() more robust by appending the by Johnny Chen · 15 years ago
  34. e139cf2 by Caroline Tice · 15 years ago
  35. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  36. 12fc3e0 Changed the StackID to store its start PC address as a load address instead of by Greg Clayton · 15 years ago
  37. ede0585 Fixing a crashing bug in multiword commands from William Lynch. by Greg Clayton · 15 years ago
  38. ebc09c3 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 15 years ago
  39. 558ce12 Add a source file completer to the CommandCompleters. by Jim Ingham · 15 years ago
  40. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  41. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  42. c9af18a Moved files around for linux build. Fixed up Xcode project to by Greg Clayton · 15 years ago[Renamed from lldb/source/Interpreter/CommandObjectMultiword.cpp]
  43. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago