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