1. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  2. 7950572 If a command takes options and arguments, the help text should warn the user to use "--" to terminate the options. by Jim Ingham · 12 years ago
  3. fd8ef2e Emit the message about putting ' -- ' between the end of command options and the raw input conditionally, by Johnny Chen · 13 years ago
  4. 1d4e4d5 Add an example customization directory which uses a binutils.py module to provide by Johnny Chen · 13 years ago
  5. eeddf87 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 · 13 years ago
  6. 1ac6d1f Adding two new options to the 'help' command: by Enrico Granata · 13 years ago
  7. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  8. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  9. 44c841d by Caroline Tice · 14 years ago
  10. dd1f02a 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 · 14 years ago
  11. c2d382c Fix completion for multi-word commands in the "help" command. by Jim Ingham · 14 years ago
  12. e6866a3 Add alias information, including aliased command options & by Caroline Tice · 14 years ago
  13. 8e46859 o TestStdCXXDisassembly.py: by Johnny Chen · 14 years ago
  14. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  15. fb35511 by Caroline Tice · 14 years ago
  16. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  17. 1d2aefd Make all debugger-level user settable variables into instance variables. by Caroline Tice · 14 years ago
  18. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 14 years ago
  19. c1ad82e by Caroline Tice · 14 years ago
  20. 6e4c5ce by Caroline Tice · 14 years ago
  21. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  22. d40f8a6 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 14 years ago
  23. 802f8b0 Add a source file completer to the CommandCompleters. by Jim Ingham · 14 years ago
  24. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  25. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  26. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago