aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectHelp.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-27Start to clean up the process of defining command arguments. (#83097)jimingham1-12/+1
2023-10-30[lldb] Part 2 of 2 - Refactor `CommandObject::DoExecute(...)` return `void` (...Pete Lawrence1-5/+3
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-1/+1
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid1-5/+5
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song1-5/+5
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere1-0/+1
2022-01-23[Commands] Remove redundant member initialization (NFC)Kazu Hirata1-2/+1
2021-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham1-3/+6
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett1-3/+0
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-12-16[lldb][NFC] Remove unnecessary includes in source/CommandsRaphael Isemann1-2/+0
2019-10-30Run clang-format on lldb/source/Commands (NFC)Adrian Prantl1-6/+8
2019-09-23[lldb] Reduce some dangerous boilerplate with CompletionRequest::ShiftArgumentsRaphael Isemann1-2/+1
2019-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann1-3/+3
2019-08-22[lldb][NFC] NFC cleanup for the completion codeRaphael Isemann1-13/+13
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann1-4/+4
2019-07-28[lldb] Also include the array definition in CommandOptions.incRaphael Isemann1-2/+0
2019-07-16[lldb] Rename Options.inc to CommandOptions.inc [NFC]Raphael Isemann1-1/+1
2019-07-12[lldb] Let table gen create command option initializers.Raphael Isemann1-5/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere1-2/+0
2019-02-13Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere1-3/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-21"help finish" tells you it is an alias. "help fin" doesn't.Jim Ingham1-3/+6
2018-11-11Remove header grouping comments.Jonas Devlieghere1-4/+0
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-4/+4
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann1-19/+9
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-6/+5
2016-12-09Modernize the Args access pattern in a few more commands.Zachary Turner1-14/+10
2016-11-16Update GenerateAdditionalHelpAvenues to take StringRef.Zachary Turner1-15/+20
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner1-3/+3
2016-10-05Convert some Args index-based iteration to range-style iteration.Zachary Turner1-8/+7
2016-10-05Update some command aliasing functions to use StringRef.Zachary Turner1-1/+1
2016-10-05Convert CommandObject constructors to StringRef.Zachary Turner1-1/+1
2016-09-22Try to fix build errors on Android.Zachary Turner1-1/+1
2016-09-22Convert option tables to ArrayRefs.Zachary Turner1-2/+6
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-227/+189
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-4/+6
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-1/+1
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-5/+5
2016-04-21Added command prefix to new help messages to ensure that they're correctly wo...Kate Stone1-11/+5
2016-03-14Lots of progress on the CommandAlias refactoringEnrico Granata1-0/+2
2016-03-09Last round of preliminary cleanup in my refactoring of aliases.Enrico Granata1-1/+1
2016-03-08Move CommandAlias to its own file; alsoEnrico Granata1-1/+1
2016-03-08A few more improvements on the way to the command alias refactoringEnrico Granata1-1/+1
2016-02-29When 'help' cannot find a command, produce additional help text that also poi...Enrico Granata1-15/+47
2016-02-20Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-22/+16
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-01-15Fix build after r226068: cannot initialize 'int' with 'nullptr_t'Ed Maste1-1/+1
2015-01-15Three related changes to help:Kate Stone1-7/+13