summaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectMultiword.cpp
AgeCommit message (Expand)Author
2019-09-27[lldb] Print an error message for an empty subcommandRaphael Isemann
2019-09-25[lldb][NFC] Add CompletionRequest::AppendEmptyArgumentRaphael Isemann
2019-09-23[lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArgumentsRaphael Isemann
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-08-22[lldb][NFC] NFC cleanup for the completion codeRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-08-16[lldb][NFC] Allow for-ranges on StringListRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-13Add support for descriptions with command completions.Raphael Isemann
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2016-12-09Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-14Fix some StringRef Printf warnings.Zachary Turner
2016-11-13Change some more CommandObject functions to StringRef.Zachary Turner
2016-11-12Make CommandObject help getters/setters use StringRef.Zachary Turner
2016-10-05Convert CommandObject constructors to StringRef.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-04-20Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...Enrico Granata
2016-03-08Attempt to fix the Ubuntu buildbot by making FindLongestCommandWord a free te...Enrico Granata
2016-03-08Change the way command aliases are stored. Go from a model where a map holds ...Enrico Granata
2016-02-20Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2016-02-06Per Jim's suggestion, move checks that we're not mixing and matching Debugger...Enrico Granata
2015-11-05CommandObjectProxy needs to proxy GenerateHelpText as well asJim Ingham
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-04-23Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy
2015-02-25If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd"...Greg Clayton
2013-12-10Fix autocompletion for multi-word commands.Greg Clayton
2013-06-12<rdar://problem/11914077>Enrico Granata
2013-02-21<rdar://problem/13265017>Enrico Granata
2013-02-21Fix CommandObjectMultiword to initialize all members, and beef up correspondi...Daniel Malea
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-10-13<rdar://problem/12491387>Greg Clayton
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2011-02-19- Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham
2010-12-01Make CommandObjectMultiword::GetSubcommandSP() more robust by appending theJohnny Chen
2010-10-01Add infrastructure for standardizing arguments for commands andCaroline Tice
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton
2010-08-26Changed the StackID to store its start PC address as a load address instead of Greg Clayton
2010-07-20Fixing a crashing bug in multiword commands from William Lynch.Greg Clayton
2010-07-07Fix GetRepeatCommand so it works with multi-word commands.Jim Ingham
2010-06-30Add a source file completer to the CommandCompleters.Jim Ingham
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham