summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectHelp.h
AgeCommit message (Expand)Author
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2022-06-17[lldb] Fix modernize-use-equals-default warnings (NFC)Jonas Devlieghere
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2016-11-16Update GenerateAdditionalHelpAvenues to take StringRef.Zachary Turner
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-02-29When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata
2015-09-02Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath
2015-01-15Three related changes to help:Kate Stone
2013-06-12<rdar://problem/11914077>Enrico Granata
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-09-09Adding two new options to the 'help' command:Enrico Granata
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton
2010-06-30Add a source file completer to the CommandCompleters.Jim Ingham
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner