aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectHelp.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-95/+67
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-4/+5
2016-02-29When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata1-0/+8
2015-09-02Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath1-23/+20
2015-01-15Three related changes to help:Kate Stone1-3/+8
2013-06-12<rdar://problem/11914077>Enrico Granata1-1/+1
2012-12-04<rdar://problem/12798131> Greg Clayton1-1/+1
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-7/+9
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-1/+1
2011-09-09Adding two new options to the 'help' command:Enrico Granata1-0/+66
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-5/+3
2010-06-30Add a source file completer to the CommandCompleters.Jim Ingham1-0/+1
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-11/+4
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+59