summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueLanguage.cpp
AgeCommit message (Expand)Author
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee
2025-04-27Complete ToJSON for OptionValues (#137375)Ebuka Ezike
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-06-08[lldb][NFCI] Remove use of ConstString from OptionValueLanguageAlex Langford
2022-09-11Add SBDebugger::GetSetting() public APIsJeffrey Tan
2021-02-28[lldb/Interpreter] Fix deep copying for OptionValue classesTatyana Krasnukha
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
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-10-26Add functionality to export settingsJonas Devlieghere
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-09-17Convert many functions to use StringRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-10-08Added support for enumerating the languages that actually support TypeSystemsSean Callanan
2015-09-02Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham
2015-07-21Add support for specifying a language to use when parsing breakpoints.Dawn Perchik
2015-02-20Add an OptionValueLanguage classEnrico Granata