1. f8e733f [lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArguments by Raphael Isemann · 6 years ago
  2. 0d9a201 [lldb][NFC] Remove ArgEntry::ref member by Raphael Isemann · 6 years ago
  3. 1153dc9 [lldb][NFC] NFC cleanup for the completion code by Raphael Isemann · 6 years ago
  4. ae34ed2 [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and remove any undocumented/redundant return values by Raphael Isemann · 6 years ago
  5. bd68a05 [lldb] Also include the array definition in CommandOptions.inc by Raphael Isemann · 6 years ago
  6. c5a2d74 [lldb] Rename Options.inc to CommandOptions.inc [NFC] by Raphael Isemann · 6 years ago
  7. 6f4fb4e [lldb] Let table gen create command option initializers. by Raphael Isemann · 6 years ago
  8. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  9. d5b4403 Replace 'ap' with 'up' suffix in variable names. (NFC) by Jonas Devlieghere · 7 years ago
  10. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  11. 79d8105 "help finish" tells you it is an alias. "help fin" doesn't. by Jim Ingham · 7 years ago
  12. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  13. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  14. 2443bbd Refactoring for for the internal command line completion API (NFC) by Raphael Isemann · 7 years ago
  15. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  16. 14f6b2c Modernize the Args access pattern in a few more commands. by Zachary Turner · 9 years ago
  17. a49c201 Update GenerateAdditionalHelpAvenues to take StringRef. by Zachary Turner · 9 years ago
  18. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  19. 97d2c40 Convert some Args index-based iteration to range-style iteration. by Zachary Turner · 9 years ago
  20. a483f57 Update some command aliasing functions to use StringRef. by Zachary Turner · 9 years ago
  21. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  22. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  23. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  24. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  25. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  26. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  27. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  28. 25d6072 Added command prefix to new help messages to ensure that they're correctly words in REPL mode. by Kate Stone · 9 years ago
  29. bef55ac Lots of progress on the CommandAlias refactoring by Enrico Granata · 10 years ago
  30. 4643c01 Last round of preliminary cleanup in my refactoring of aliases. by Enrico Granata · 10 years ago
  31. 937631c Move CommandAlias to its own file; also by Enrico Granata · 10 years ago
  32. 212130a A few more improvements on the way to the command alias refactoring by Enrico Granata · 10 years ago
  33. 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
  34. 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
  35. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  36. 19c55b5 Fix build after r226068: cannot initialize 'int' with 'nullptr_t' by Ed Maste · 11 years ago
  37. a487aa4 Three related changes to help: by Kate Stone · 11 years ago
  38. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  39. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  40. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  41. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  42. 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
  43. 9b62d1d <rdar://problem/11914077> by Enrico Granata · 12 years ago
  44. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  45. a87ecb4 Minor grammar and style fixes in documentation. by Sean Callanan · 13 years ago
  46. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  47. 998255b <rdar://problem/12491387> by Greg Clayton · 13 years ago
  48. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  49. 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
  50. 921ca5d Emit the message about putting ' -- ' between the end of command options and the raw input conditionally, by Johnny Chen · 14 years ago
  51. 8763780 Add an example customization directory which uses a binutils.py module to provide by Johnny Chen · 14 years ago
  52. 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
  53. 08633ee Adding two new options to the 'help' command: by Enrico Granata · 14 years ago
  54. 223383e Changes to Python commands: by Enrico Granata · 14 years ago
  55. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  56. d9d6336 by Caroline Tice · 15 years ago
  57. 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
  58. 271ad29 Fix completion for multi-word commands in the "help" command. by Jim Ingham · 15 years ago
  59. e794179 Add alias information, including aliased command options & by Caroline Tice · 15 years ago
  60. 65045f2 o TestStdCXXDisassembly.py: by Johnny Chen · 15 years ago
  61. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  62. e139cf2 by Caroline Tice · 15 years ago
  63. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  64. 101c7c2 Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
  65. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  66. 3f4c09c by Caroline Tice · 15 years ago
  67. 3df9a8d by Caroline Tice · 15 years ago
  68. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  69. 279a6c2 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 15 years ago
  70. 558ce12 Add a source file completer to the CommandCompleters. by Jim Ingham · 15 years ago
  71. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  72. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  73. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago