summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectApropos.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apropos should search user commands as well as built-in commands.Jim Ingham2013-05-171-16/+46
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-14/+9
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-9/+5
* General cleanup on the UserSettingsController stuff. There were 5 differentGreg Clayton2011-04-191-2/+5
* Modify 'apropos' command to search settings variable descriptions as well.Caroline Tice2011-02-041-0/+15
* Fixed a missing newline when you type "apropos somethingthatdoesnotexist".Greg Clayton2010-11-021-1/+1
* Fixed a missing space when using the "apropos" command and you don't find any...Greg Clayton2010-10-091-2/+1
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-1/+13
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-12/+12
* Small help text fixes, to make it more consistent and accurate.Caroline Tice2010-09-071-1/+1
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-3/+3
* Fix GetRepeatCommand so it works with multi-word commands.Jim Ingham2010-07-071-1/+0
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-7/+14
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+96
OpenPOWER on IntegriCloud