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. 2443bbd Refactoring for for the internal command line completion API (NFC) by Raphael Isemann · 7 years ago
  4. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  5. 14f6b2c Modernize the Args access pattern in a few more commands. by Zachary Turner · 9 years ago
  6. a49c201 Update GenerateAdditionalHelpAvenues to take StringRef. 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. 97d2c40 Convert some Args index-based iteration to range-style iteration. by Zachary Turner · 9 years ago
  9. a483f57 Update some command aliasing functions to use StringRef. by Zachary Turner · 9 years ago
  10. a449698 Convert CommandObject constructors to 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. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  14. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  15. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  16. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  17. 25d6072 Added command prefix to new help messages to ensure that they're correctly words in REPL mode. by Kate Stone · 9 years ago
  18. bef55ac Lots of progress on the CommandAlias refactoring by Enrico Granata · 10 years ago
  19. 4643c01 Last round of preliminary cleanup in my refactoring of aliases. by Enrico Granata · 10 years ago
  20. 937631c Move CommandAlias to its own file; also by Enrico Granata · 10 years ago
  21. 212130a A few more improvements on the way to the command alias refactoring by Enrico Granata · 10 years ago
  22. 46d4aa2 When 'help' cannot find a command, produce additional help text that also points the user to the apropos and type lookup commands by Enrico Granata · 10 years ago
  23. 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
  24. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  25. 19c55b5 Fix build after r226068: cannot initialize 'int' with 'nullptr_t' by Ed Maste · 11 years ago
  26. a487aa4 Three related changes to help: by Kate Stone · 11 years ago
  27. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  28. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  29. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  30. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  31. a297a97 Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 12 years ago
  32. 9b62d1d <rdar://problem/11914077> by Enrico Granata · 12 years ago
  33. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  34. a87ecb4 Minor grammar and style fixes in documentation. by Sean Callanan · 13 years ago
  35. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  36. 998255b <rdar://problem/12491387> by Greg Clayton · 13 years ago
  37. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  38. c007e84 If a command takes options and arguments, the help text should warn the user to use "--" to terminate the options. by Jim Ingham · 13 years ago
  39. 921ca5d Emit the message about putting ' -- ' between the end of command options and the raw input conditionally, by Johnny Chen · 14 years ago
  40. 8763780 Add an example customization directory which uses a binutils.py module to provide by Johnny Chen · 14 years ago
  41. 1d18ebf When completing "help foo bar" if "foo" is not a real command, don't ask its NULL command object to complete the line. by Jim Ingham · 14 years ago
  42. 08633ee Adding two new options to the 'help' command: by Enrico Granata · 14 years ago
  43. 223383e Changes to Python commands: by Enrico Granata · 14 years ago
  44. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  45. d9d6336 by Caroline Tice · 15 years ago
  46. 97253e6 GetCommandObject returns no matches in the match array when there is only one match. That's odd, but I don't want to change that right now, just cope with it where I'm doing the command matching. by Jim Ingham · 15 years ago
  47. 271ad29 Fix completion for multi-word commands in the "help" command. by Jim Ingham · 15 years ago
  48. e794179 Add alias information, including aliased command options & by Caroline Tice · 15 years ago
  49. 65045f2 o TestStdCXXDisassembly.py: by Johnny Chen · 15 years ago
  50. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  51. e139cf2 by Caroline Tice · 15 years ago
  52. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  53. 101c7c2 Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
  54. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  55. 3f4c09c by Caroline Tice · 15 years ago
  56. 3df9a8d by Caroline Tice · 15 years ago
  57. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  58. 279a6c2 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 15 years ago
  59. 558ce12 Add a source file completer to the CommandCompleters. by Jim Ingham · 15 years ago
  60. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  61. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  62. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago