summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectMultiword.cpp
AgeCommit message (Expand)Author
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere
2024-11-10[lldb] Use heterogenous lookups with std::map (NFC) (#115590) (#115634)Kazu Hirata
2024-10-18[lldb] Avoid repeated map lookups (NFC) (#112823)Kazu Hirata
2024-10-15[lldb] Avoid repeated map lookups (NFC) (#112315)Kazu Hirata
2024-10-15[LLDB]Provide clearer error message for invalid commands. (#111891)Vy Nguyen
2023-10-25[lldb] Part 1 of 2 - Refactor `CommandObject::Execute(...)` return `void` (no...Pete Lawrence
2023-07-10[lldb] Prevent crash when completing ambiguous subcommandsJonas Devlieghere
2023-01-19Remove the undocumented `help` subcommand.Jim Ingham
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
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-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-02-14Add a repeat command option for "thread backtrace --count N".Jim Ingham
2022-01-02[lldb] Remove unused AproposAllSubCommands (NFC)Dave Lee
2021-10-18Add a "command container" hierarchy to allow users to add container nodes.Jim Ingham
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-06-23[lldb] Remove CommandReturnObject's SetError(StringRef)David Spickett
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2020-11-18[trace][intel-pt] Scaffold the 'thread trace start | stop' commandsWalter Erquinigo
2020-06-12[lldb] Remove unnecessary c_str() in OutputFormattedHelpText calls (NFC)Jonas Devlieghere
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-09-27[lldb] Print an error message for an empty subcommandRaphael Isemann
2019-09-25[lldb][NFC] Add CompletionRequest::AppendEmptyArgumentRaphael Isemann
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-08-16[lldb][NFC] Allow for-ranges on StringListRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas 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-09-13Add support for descriptions with command completions.Raphael Isemann
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2016-12-09Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-14Fix some StringRef Printf warnings.Zachary Turner
2016-11-13Change some more CommandObject functions to StringRef.Zachary Turner
2016-11-12Make CommandObject help getters/setters use StringRef.Zachary Turner
2016-10-05Convert CommandObject constructors to StringRef.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-04-20Fix a bug where LLDB would crash if 'apropos <anything>' was used after spawn...Enrico Granata
2016-03-08Attempt to fix the Ubuntu buildbot by making FindLongestCommandWord a free te...Enrico Granata
2016-03-08Change the way command aliases are stored. Go from a model where a map holds ...Enrico Granata