summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectHelp.cpp
AgeCommit message (Expand)Author
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata
2021-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl
2019-09-23[lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArgumentsRaphael Isemann
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-08-22[lldb][NFC] NFC cleanup for the completion codeRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann
2019-07-16[lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann
2019-07-12[lldb] Let table gen create command option initializers.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-12-21"help finish" tells you it is an alias. "help fin" doesn't.Jim Ingham
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2016-12-09Modernize the Args access pattern in a few more commands.Zachary Turner
2016-11-16Update GenerateAdditionalHelpAvenues to take StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-10-05Convert some Args index-based iteration to range-style iteration.Zachary Turner
2016-10-05Update some command aliasing functions to use StringRef.Zachary Turner
2016-10-05Convert CommandObject constructors to StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.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-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-04-21Added command prefix to new help messages to ensure that they're correctly wo...Kate Stone
2016-03-14Lots of progress on the CommandAlias refactoringEnrico Granata
2016-03-09Last round of preliminary cleanup in my refactoring of aliases.Enrico Granata
2016-03-08Move CommandAlias to its own file; alsoEnrico Granata
2016-03-08A few more improvements on the way to the command alias refactoringEnrico Granata
2016-02-29When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata
2016-02-20Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-01-15Fix build after r226068: cannot initialize 'int' with 'nullptr_t'Ed Maste
2015-01-15Three related changes to help:Kate Stone