1. 5b9f777 <rdar://problem/12188843> Fixing a problem where a Python command created in the same module where the target function is defined causes the help string not to come out by Enrico Granata · 12 years ago
  2. 7acd60a Fixed some small formatting issues in the help for by Sean Callanan · 12 years ago
  3. c1ca9dc <rdar://problem/11975483> Removing user-visible references to 'dict' as a parameter name for Python summary-generating functions since it is a Python keyword. by Enrico Granata · 12 years ago
  4. 839de39 Make a way to set the result status for Python defined commands, and don't overwrite the status of the result if by Jim Ingham · 12 years ago
  5. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  6. 01bc2d4 <rdar://problem/11328896> Fixing a bug where regex commands were saved in the history even if they came from a 'command sourced' file - this fix introduces a command sourcing depth and disables history for all levels of depth > 0, which means no commands go into history when being sourced from a file. we need an integer depth because command files might themselves source other command files, ... by Enrico Granata · 12 years ago
  7. 400105d Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety by Enrico Granata · 12 years ago
  8. 4049bc3 Fix help strings that refer to the "commands" top-level noun. by Jason Molenda · 13 years ago
  9. 6010ace this patch addresses several issues with "command script" subcommands: by Enrico Granata · 13 years ago
  10. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  11. 59df36f this patch introduces a new command script import command which takes as input a filename for a Python script and imports the module contained in that file. the containing directory is added to the Python path such that dependencies are honored. also, the module may contain an __lldb_init_module(debugger,dict) function, which gets called after importing, and which can somehow initialize the module's interaction with lldb by Enrico Granata · 13 years ago
  12. 9154480 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 13 years ago
  13. 536f633 Fix the "command alias" help string to make clear that the $<N> substitutions should be whole words in the output command. by Jim Ingham · 13 years ago
  14. 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 · 13 years ago
  15. 6b1596d Changes to Python commands: by Enrico Granata · 13 years ago
  16. c2a2825 Python commands: by Enrico Granata · 13 years ago
  17. 6247dbe Added "command history" command to dump the command history. by Jim Ingham · 13 years ago
  18. 892fadd by Caroline Tice · 13 years ago
  19. 2b5e4e6 by Caroline Tice · 13 years ago
  20. 5ddbe21 by Caroline Tice · 13 years ago
  21. 4a34808 by Caroline Tice · 13 years ago
  22. 40e4824 Renamed the "commands" command to "command" as this is the way we were using by Greg Clayton · 13 years ago
  23. d12aeab Added the ability for users to create new regex commands. by Greg Clayton · 13 years ago
  24. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  25. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  26. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  27. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  28. 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 · 13 years ago
  29. 56d2fc4 by Caroline Tice · 14 years ago
  30. e0da7a5 by Caroline Tice · 14 years ago
  31. 44c841d by Caroline Tice · 14 years ago
  32. 5d53b62 Fix error message when attempting to generate invalid alias. by Caroline Tice · 14 years ago
  33. e6866a3 Add alias information, including aliased command options & by Caroline Tice · 14 years ago
  34. a83ea88 Fixed a crasher. The cmd_file needs to be resolved before reading lines from it. by Johnny Chen · 14 years ago
  35. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  36. ed1829e Comment out code that was preventing commands that take raw input strings by Caroline Tice · 14 years ago
  37. 5e0894e Fix bug where alias command options were being duplicated as command arguments as well. by Caroline Tice · 14 years ago
  38. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  39. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  40. 8bb61f0 by Caroline Tice · 14 years ago
  41. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  42. 146292c Add 'unalias' to the commands sub-command dictionary. by Caroline Tice · 14 years ago
  43. 31fbb64 More help text fixes. by Caroline Tice · 14 years ago
  44. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 14 years ago
  45. c1ad82e by Caroline Tice · 14 years ago
  46. a3aff73 Updated help text to refer to "commands alias" by Sean Callanan · 14 years ago
  47. 9488b74 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 14 years ago
  48. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  49. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago