aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMultiword.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-430/+322
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-2/+3
2016-04-20Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...Enrico Granata1-0/+9
2016-03-08Attempt to fix the Ubuntu buildbot by making FindLongestCommandWord a free te...Enrico Granata1-1/+1
2016-03-08Change the way command aliases are stored. Go from a model where a map holds ...Enrico Granata1-4/+4
2016-02-20Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-52/+31
2016-02-06Per Jim's suggestion, move checks that we're not mixing and matching Debugger...Enrico Granata1-0/+3
2015-11-05CommandObjectProxy needs to proxy GenerateHelpText as well asJim Ingham1-0/+8
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-04-23Factor resolution of abbreviations and aliases so that they can be tested dir...Adrian McCarthy1-1/+1
2015-02-25If you try to auto-complete "target symbols<TAB>" you get "target symbolsadd"...Greg Clayton1-15/+19
2013-12-10Fix autocompletion for multi-word commands.Greg Clayton1-4/+5
2013-06-12<rdar://problem/11914077>Enrico Granata1-8/+5
2013-02-21<rdar://problem/13265017>Enrico Granata1-18/+0
2013-02-21Fix CommandObjectMultiword to initialize all members, and beef up correspondi...Daniel Malea1-1/+2
2013-01-25<rdar://problem/13069948>Greg Clayton1-3/+3
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-10-13<rdar://problem/12491387>Greg Clayton1-0/+229
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-6/+3
2011-02-19- Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham1-1/+1
2010-12-01Make CommandObjectMultiword::GetSubcommandSP() more robust by appending theJohnny Chen1-1/+5
2010-10-01Add infrastructure for standardizing arguments for commands andCaroline Tice1-5/+16
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-19/+16
2010-08-26Changed the StackID to store its start PC address as a load address instead of Greg Clayton1-4/+3
2010-07-20Fixing a crashing bug in multiword commands from William Lynch.Greg Clayton1-3/+2
2010-07-07Fix GetRepeatCommand so it works with multi-word commands.Jim Ingham1-0/+13
2010-06-30Add a source file completer to the CommandCompleters.Jim Ingham1-2/+9
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-21/+40
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-12Moved files around for linux build. Fixed up Xcode project toGreg Clayton1-0/+263