summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/CommandAlias.cpp
AgeCommit message (Expand)Author
2025-01-31[lldb] Use llvm::Error instead of CommandReturnObject for error reporting (#1...Jonas Devlieghere
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-10-25[lldb] Part 1 of 2 - Refactor `CommandObject::Execute(...)` return `void` (no...Pete Lawrence
2023-05-08[lldb] Prevent mutation of CommandAlias::GetOptionArgumentsDave Lee
2022-09-14Revert "Revert "Be more careful to maintain quoting information when parsing ...Jim Ingham
2022-09-13Revert "Be more careful to maintain quoting information when parsing commands."Jim Ingham
2022-09-13Revert "Trying to understand the TestHelp.py failure from 6c089b2."Jim Ingham
2022-09-13Trying to understand the TestHelp.py failure from 6c089b2.Jim Ingham
2022-09-13Be more careful to maintain quoting information when parsing commands.Jim Ingham
2021-06-17[lldb] Remove redundant calls to set eReturnStatusFailedDavid Spickett
2021-02-28[lldb/Interpreter][NFC] Remove explicit default initialization of members and...Tatyana Krasnukha
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere
2020-02-06[LLDB] Fix compilation with GCC 5Martin Storsjö
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-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann
2019-07-10Options: Reduce code duplicationPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-21[NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere
2018-07-02Refactoring for for the internal command line completion API (NFC)Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-03-09Move option parsing out of the Args classPavel Labath
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-15Fix some more Printf warnings.Zachary Turner
2016-11-15Fix some more StringRef printf warnings.Zachary Turner
2016-11-12Make CommandObject help getters/setters use StringRef.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-10-03Modernize some code related to Args usage / implementation.Zachary Turner
2016-09-19Convert 3 more functions to use a StringRef.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-03-25Fix an issue with nested aliases where the help system wouldn't correctly tra...Enrico Granata
2016-03-22Make it so that a command alias can actually remove the help/long help from i...Enrico Granata
2016-03-22Fix a bug caused by my alias refactoring where, if an alias was defined in te...Enrico Granata
2016-03-15Improve the way we decide whether an alias is a dashdash aliasEnrico Granata
2016-03-14Lots of progress on the CommandAlias refactoringEnrico Granata
2016-03-14More of the alias refactoring work! CommandAlias is now a CommandObjectEnrico 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