summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectMultiword.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann2019-12-161-1/+0
* [lldb] Print an error message for an empty subcommandRaphael Isemann2019-09-271-1/+3
* [lldb][NFC] Add CompletionRequest::AppendEmptyArgumentRaphael Isemann2019-09-251-2/+1
* [lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArgumentsRaphael Isemann2019-09-231-2/+1
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-3/+3
* [lldb][NFC] NFC cleanup for the completion codeRaphael Isemann2019-08-221-13/+15
* [lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann2019-08-221-17/+7
* [lldb][NFC] Allow for-ranges on StringListRaphael Isemann2019-08-161-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add support for descriptions with command completions.Raphael Isemann2018-09-131-3/+4
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-12/+14
* Refactoring for for the internal command line completion API (NFC)Raphael Isemann2018-07-021-39/+20
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+5
* Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner2016-12-091-55/+57
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Fix some StringRef Printf warnings.Zachary Turner2016-11-141-1/+1
* Change some more CommandObject functions to StringRef.Zachary Turner2016-11-131-12/+13
* Make CommandObject help getters/setters use StringRef.Zachary Turner2016-11-121-2/+2
* Convert CommandObject constructors to StringRef.Zachary Turner2016-10-051-1/+1
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-430/+322
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-2/+3
* Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...Enrico Granata2016-04-201-0/+9
* Attempt to fix the Ubuntu buildbot by making FindLongestCommandWord a free te...Enrico Granata2016-03-081-1/+1
* Change the way command aliases are stored. Go from a model where a map holds ...Enrico Granata2016-03-081-4/+4
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-201-52/+31
* Per Jim's suggestion, move checks that we're not mixing and matching Debugger...Enrico Granata2016-02-061-0/+3
* CommandObjectProxy needs to proxy GenerateHelpText as well asJim Ingham2015-11-051-0/+8
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy2015-04-231-1/+1
* If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd"...Greg Clayton2015-02-251-15/+19
* Fix autocompletion for multi-word commands.Greg Clayton2013-12-101-4/+5
* <rdar://problem/11914077>Enrico Granata2013-06-121-8/+5
* <rdar://problem/13265017>Enrico Granata2013-02-211-18/+0
* Fix CommandObjectMultiword to initialize all members, and beef up correspondi...Daniel Malea2013-02-211-1/+2
* <rdar://problem/13069948>Greg Clayton2013-01-251-3/+3
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12491387>Greg Clayton2012-10-131-0/+229
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-6/+3
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-1/+1
* Make CommandObjectMultiword::GetSubcommandSP() more robust by appending theJohnny Chen2010-12-011-1/+5
* Add infrastructure for standardizing arguments for commands andCaroline Tice2010-10-011-5/+16
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-19/+16
* Changed the StackID to store its start PC address as a load address instead of Greg Clayton2010-08-261-4/+3
* Fixing a crashing bug in multiword commands from William Lynch.Greg Clayton2010-07-201-3/+2
* Fix GetRepeatCommand so it works with multi-word commands.Jim Ingham2010-07-071-0/+13
* Add a source file completer to the CommandCompleters.Jim Ingham2010-06-301-2/+9
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-21/+40
OpenPOWER on IntegriCloud