1. a73b7df Using the new ScriptInterpreterObject in the implementation of synthetic children to enhance type safety by Enrico Granata · 14 years ago
  2. 69c12cc Fix help strings that refer to the "commands" top-level noun. by Jason Molenda · 14 years ago
  3. 0a305db this patch addresses several issues with "command script" subcommands: by Enrico Granata · 14 years ago
  4. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  5. a9dbf43 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 · 14 years ago
  6. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  7. 81ded93 Fix the "command alias" help string to make clear that the $<N> substitutions should be whole words in the output command. by Jim Ingham · 14 years ago
  8. 99f0b8f 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
  9. 223383e Changes to Python commands: by Enrico Granata · 14 years ago
  10. be93a35 Python commands: by Enrico Granata · 14 years ago
  11. a5a97eb Added "command history" command to dump the command history. by Jim Ingham · 14 years ago
  12. d61c10b by Caroline Tice · 14 years ago
  13. 15356e7 by Caroline Tice · 14 years ago
  14. ca90c47 by Caroline Tice · 14 years ago
  15. 969ed3d by Caroline Tice · 15 years ago
  16. 0e5e5a7 Renamed the "commands" command to "command" as this is the way we were using by Greg Clayton · 15 years ago
  17. de164aa Added the ability for users to create new regex commands. by Greg Clayton · 15 years ago
  18. f6b8b58 Added two new classes for command options: by Greg Clayton · 15 years ago
  19. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  20. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  21. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  22. e16c50a 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
  23. 472362e by Caroline Tice · 15 years ago
  24. 844d230 by Caroline Tice · 15 years ago
  25. d9d6336 by Caroline Tice · 15 years ago
  26. f415eeb Fix error message when attempting to generate invalid alias. by Caroline Tice · 15 years ago
  27. e794179 Add alias information, including aliased command options & by Caroline Tice · 15 years ago
  28. 1ee3853 Fixed a crasher. The cmd_file needs to be resolved before reading lines from it. by Johnny Chen · 15 years ago
  29. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  30. 4239ead Comment out code that was preventing commands that take raw input strings by Caroline Tice · 15 years ago
  31. 636d6ed Fix bug where alias command options were being duplicated as command arguments as well. by Caroline Tice · 15 years ago
  32. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  33. 0603aa9 There are now to new "settings set" variables that live in each debugger by Greg Clayton · 15 years ago
  34. 867b185d by Caroline Tice · 15 years ago
  35. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  36. 86ddae5 Add 'unalias' to the commands sub-command dictionary. by Caroline Tice · 15 years ago
  37. 09799af More help text fixes. by Caroline Tice · 15 years ago
  38. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  39. 3f4c09c by Caroline Tice · 15 years ago
  40. 0708e2c Updated help text to refer to "commands alias" by Sean Callanan · 15 years ago
  41. 9e40956 Created lldb::LanguageType by moving an enumeration from the by Greg Clayton · 15 years ago
  42. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  43. ebc09c3 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 15 years ago