aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandAlias.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-264/+199
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-1/+4
2016-03-25Fix an issue with nested aliases where the help system wouldn't correctly tra...Enrico Granata1-0/+11
2016-03-22Make it so that a command alias can actually remove the help/long help from i...Enrico Granata1-3/+19
2016-03-22Fix a bug caused by my alias refactoring where, if an alias was defined in te...Enrico Granata1-0/+19
2016-03-15Improve the way we decide whether an alias is a dashdash aliasEnrico Granata1-1/+2
2016-03-14Lots of progress on the CommandAlias refactoringEnrico Granata1-1/+110
2016-03-14More of the alias refactoring work! CommandAlias is now a CommandObjectEnrico Granata1-12/+40
2016-03-09Last round of preliminary cleanup in my refactoring of aliases.Enrico Granata1-0/+112
2016-03-08Move CommandAlias to its own file; alsoEnrico Granata1-0/+11