aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectApropos.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-82/+77
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-5/+2
2016-03-23Change 'apropos' such that it doesn't look into the "long help/syntax" string...Enrico Granata1-28/+3
2016-02-19Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-14/+7
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-03-04Further reduce header footprint of Debugger.h.Zachary Turner1-0/+1
2013-05-17Apropos should search user commands as well as built-in commands.Jim Ingham1-16/+46
2013-01-25<rdar://problem/13069948>Greg Clayton1-1/+1
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-14/+9
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-9/+5
2011-04-19General cleanup on the UserSettingsController stuff. There were 5 differentGreg Clayton1-2/+5
2011-02-04Modify 'apropos' command to search settings variable descriptions as well.Caroline Tice1-0/+15
2010-11-02Fixed a missing newline when you type "apropos somethingthatdoesnotexist".Greg Clayton1-1/+1
2010-10-09Fixed a missing space when using the "apropos" command and you don't find any...Greg Clayton1-2/+1
2010-10-04Modify existing commands with arguments to use the new argument mechanismCaroline Tice1-1/+13
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-12/+12
2010-09-07Small help text fixes, to make it more consistent and accurate.Caroline Tice1-1/+1
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-3/+3
2010-07-07Fix GetRepeatCommand so it works with multi-word commands.Jim Ingham1-1/+0
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-7/+14
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-2/+2
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+96