summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectMultiword.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Moved files around for linux build. Fixed up Xcode project toGreg Clayton2010-06-121-0/+263
OpenPOWER on IntegriCloud