summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/Args.cpp
AgeCommit message (Expand)Author
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2024-10-11Support inline diagnostics in CommandReturnObject (#110901)Adrian Prantl
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-09-27[lldb] Implement thread local storage for linux (#67470)jeffreytan81
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-04-17[lldb] Remove use of ConstString from Args::GetShellSafeArgumentAlex Langford
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
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-13Be more careful to maintain quoting information when parsing commands.Jim Ingham
2022-07-11[lldb] Add support for escaping fish argumentsRaphael Isemann
2022-04-13[lldb] Expand $ when using tcshJonas Devlieghere
2022-04-12[lldb] Escape semicolons for all shellsRaphael Isemann
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-21[lldb] Add support for escaping zsh argumentsRaphael Isemann
2021-02-05[lldb][NFC] Minor comment and inlining fixes for ArgsRaphael Isemann
2020-10-26[lldb][NFC] Make GetShellSafeArgument simpler and fasterRaphael Isemann
2020-10-22[lldb][NFC] Make GetShellSafeArgument return std::string and unittest it.Raphael Isemann
2020-10-21[lldb] Port lldb gdb-server to libOptionPavel Labath
2020-08-05[lldb] Remove pointless assign to found_suffix (NFC)Jonas Devlieghere
2020-06-19As part of using inclusive language with the llvm project,Eric Christopher
2020-06-19[lldb] Replace std::isprint/isspace with llvm's locale-independent versionRaphael Isemann
2020-05-12[Reproducers] Serialize process arguments in ProcessInfoJonas 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-09-13[lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann
2019-09-13[lldb][NFC] Simplify Args::ReplaceArgumentAtIndexRaphael Isemann
2019-09-06[lldb][NFC] Remove Args::StripSpacesRaphael Isemann
2019-09-06[lldb][NFC] Remove unused Args::GetArgumentQuoteCharAtIndexRaphael Isemann
2019-08-16[lldb][NFC] Allow for-ranges on StringListRaphael Isemann
2019-06-07Fix lit tests on Windows related to CR+LFAdrian McCarthy
2019-05-23[Utility] Modernize C-style catsJonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-25[Args] Handle backticks to prevent crash.Jonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-10Refactor parsing of option lists with a raw string suffix.Raphael Isemann
2018-06-18Use llvm::VersionTuple instead of manual version marshallingPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath