1. e5e34cb When defining a scripted command, it is possible to provide a docstring and that will be used as the help text for the command by Enrico Granata · 14 years ago
  2. 6b1596d Changes to Python commands: by Enrico Granata · 14 years ago
  3. c2a2825 Python commands: by Enrico Granata · 14 years ago
  4. 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 14 years ago
  5. 892fadd by Caroline Tice · 14 years ago
  6. 2b5e4e6 by Caroline Tice · 14 years ago
  7. 5ddbe21 by Caroline Tice · 14 years ago
  8. 4a34808 by Caroline Tice · 14 years ago
  9. 40e4824 Renamed the "commands" command to "command" as this is the way we were using by Greg Clayton · 14 years ago
  10. d12aeab Added the ability for users to create new regex commands. by Greg Clayton · 14 years ago
  11. 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
  12. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  13. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  14. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  15. 949d5ac Factor all the code that does "Execute a list of lldb command interpreter commands" into a single function in the Interpreter, and then use that in all the places that used to do this by hand. by Jim Ingham · 15 years ago
  16. 56d2fc4 by Caroline Tice · 15 years ago
  17. e0da7a5 by Caroline Tice · 15 years ago
  18. 44c841d by Caroline Tice · 15 years ago
  19. 5d53b62 Fix error message when attempting to generate invalid alias. by Caroline Tice · 15 years ago
  20. e6866a3 Add alias information, including aliased command options & by Caroline Tice · 15 years ago
  21. a83ea88 Fixed a crasher. The cmd_file needs to be resolved before reading lines from it. by Johnny Chen · 15 years ago
  22. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  23. ed1829e Comment out code that was preventing commands that take raw input strings by Caroline Tice · 15 years ago
  24. 5e0894e Fix bug where alias command options were being duplicated as command arguments as well. by Caroline Tice · 15 years ago
  25. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  26. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 15 years ago
  27. 8bb61f0 by Caroline Tice · 15 years ago
  28. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  29. 146292c Add 'unalias' to the commands sub-command dictionary. by Caroline Tice · 15 years ago
  30. 31fbb64 More help text fixes. by Caroline Tice · 15 years ago
  31. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  32. c1ad82e by Caroline Tice · 15 years ago
  33. a3aff73 Updated help text to refer to "commands alias" by Sean Callanan · 15 years ago
  34. 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 15 years ago
  35. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  36. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 15 years ago