Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename directory command_python to command_script, and the test file, too. | Johnny Chen | 2011-10-14 | 1 | -97/+0 |
| | | | | llvm-svn: 141963 | ||||
* | Add cleanups for 'command script add' to TestCommandPython.py. | Johnny Chen | 2011-10-12 | 1 | -0/+10 |
| | | | | llvm-svn: 141790 | ||||
* | Adding two new options to the 'help' command: | Enrico Granata | 2011-09-09 | 1 | -0/+12 |
| | | | | | | | | | | | --show-aliases (-a) shows aliases for commands, as well as built-in commands --hide-user-defined (-u) hides user defined commands by default 'help' without arguments does not show aliases anymore. to see them, add --show-aliases to have only built-in commands appear, use 'help --hide-user-defined' ; there is currently no way to hide built-in commands from the help output 'help command' is not changed by this commit, and help is shown even if command is an alias and -a is not specified llvm-svn: 139377 | ||||
* | Don't display the stdout if not in TraceOn(), i.e, '-t option, mode. | Johnny Chen | 2011-08-24 | 1 | -0/+4 |
| | | | | llvm-svn: 138458 | ||||
* | Moved the test code for Python commands out of the test case for aliases, ↵ | Enrico Granata | 2011-08-24 | 1 | -0/+71 |
into its own dedicated test case llvm-svn: 138444 |