summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectApropos.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add methods to enable using formatv syntax in LLDB.Zachary Turner2016-12-161-3/+3
* Fix some occurrences of passing StringRef to Printf.Zachary Turner2016-12-091-7/+6
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-82/+77
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-5/+2
* Change 'apropos' such that it doesn't look into the "long help/syntax" string...Enrico Granata2016-03-231-28/+3
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-191-14/+7
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Further reduce header footprint of Debugger.h.Zachary Turner2015-03-041-0/+1
* 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