Go to file
Caroline Tice 844d230332 Modify HandleCommand to not do any argument processing until it has determined whether or
not the command should take raw input, then handle & dispatch the arguments appropriately.

Also change the 'alias' command to be a command that takes raw input.  This is necessary to
allow aliases to be created for other commands that take raw input and might want to include
raw input in the alias itself.

Fix a bug in the aliasing mechanism when creating aliases for commands with 3-or-more words.

Raw input should now be properly handled by all the command and alias mechanisms.

llvm-svn: 121423
2010-12-09 22:52:49 +00:00
clang Don't walk the translation unit context to produce protocol names when 2010-12-09 21:44:02 +00:00
compiler-rt license change 2010-11-16 22:13:33 +00:00
debuginfo-tests Zap white spaces, test commit email. 2010-11-10 18:11:11 +00:00
libcxx N3158 Missing preconditions for default-constructed match_result objects 2010-12-08 21:07:55 +00:00
lldb Modify HandleCommand to not do any argument processing until it has determined whether or 2010-12-09 22:52:49 +00:00
llvm Thumb ldr reg+imm offsets were encoded incorrectly. The scaling factor of the 2010-12-09 21:49:07 +00:00