summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandAlias.cpp
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix compilation with GCC 5Martin Storsjö2020-02-061-1/+2
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-2/+2
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-7/+5
* Options: Reduce code duplicationPavel Labath2019-07-101-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere2018-12-211-2/+1
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-13/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-4/+3
* Move option parsing out of the Args classPavel Labath2018-03-091-6/+11
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Fix some more Printf warnings.Zachary Turner2016-11-151-2/+3
* Fix some more StringRef printf warnings.Zachary Turner2016-11-151-1/+1
* Make CommandObject help getters/setters use StringRef.Zachary Turner2016-11-121-8/+8
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-5/+4
* Update some command aliasing functions to use StringRef.Zachary Turner2016-10-051-1/+1
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-13/+13
* Modernize some code related to Args usage / implementation.Zachary Turner2016-10-031-35/+42
* Convert 3 more functions to use a StringRef.Zachary Turner2016-09-191-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-264/+199
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-1/+4
* Fix an issue with nested aliases where the help system wouldn't correctly tra...Enrico Granata2016-03-251-0/+11
* Make it so that a command alias can actually remove the help/long help from i...Enrico Granata2016-03-221-3/+19
* Fix a bug caused by my alias refactoring where, if an alias was defined in te...Enrico Granata2016-03-221-0/+19
* Improve the way we decide whether an alias is a dashdash aliasEnrico Granata2016-03-151-1/+2
* Lots of progress on the CommandAlias refactoringEnrico Granata2016-03-141-1/+110
* More of the alias refactoring work! CommandAlias is now a CommandObjectEnrico Granata2016-03-141-12/+40
* Last round of preliminary cleanup in my refactoring of aliases.Enrico Granata2016-03-091-0/+112
* Move CommandAlias to its own file; alsoEnrico Granata2016-03-081-0/+11
OpenPOWER on IntegriCloud