summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionArgParser.cpp
AgeCommit message (Expand)Author
2025-08-01[lldb] Use std::optional::value_or (NFC) (#151629)Kazu Hirata
2025-07-08[lldb] Pass address expression command args through FixAnyAddress (#147011)Jason Molenda
2025-02-07[lldb][Breakpoint] Allow whitespace in breakpoint address expression (#126053)Michael Buch
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-06-18[lldb] Add/change options in `statistics dump` to control what sections are d...royitaqi
2024-03-25Add register lookup as another fallback computation for address-expressions (...jimingham
2024-02-08[lldb] Refactor GetFormatFromCString to always check for partial matches (NF...Dave Lee
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
2023-12-04[lldb][NFC] Delete unreachable code and dead variable in OptionArgParserFelipe de Azevedo Piovezan
2023-12-04[lldb][NFC] Remove else after return in OptionArgParseFelipe de Azevedo Piovezan
2023-12-04[lldb][NFC] Remove unnecessary std::string temporariesFelipe de Azevedo Piovezan
2023-02-13[LLDB] Apply FixCodeAddress to all forms of address argumentsDavid Spickett
2023-01-23Run cmdline address expressions through ABI's FixAddressJason Molenda
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
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-19[lldb/Lua] Add Boilerplate for a Lua Script InterpreterJonas Devlieghere
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath