summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectMultiword.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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