summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueDictionary.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-05-02[lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere
2023-05-01[lldb] Change ObjectValueDictionary to use a StringMapAlex Langford
2022-09-11Add SBDebugger::GetSetting() public APIsJeffrey Tan
2022-06-22[lldb] Add setting to override PE/COFF ABI by module nameAlvin Wong
2021-02-28[lldb/Interpreter] Fix deep copying for OptionValue classesTatyana Krasnukha
2020-07-20Add an option (-y) to "break set" and "source list" that uses the sameJim Ingham
2020-02-11[lldb][NFC] Remove ConstString -> const char * -> StringRef conversions when ...Raphael Isemann
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-03-06Pass ConstString by value (NFC)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-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2017-11-01[Interpreter] Remove unused variable usage. NFCI.Davide Italiano
2017-05-12Rename Error -> Status.Zachary Turner
2016-11-22Re-add "demonstrate new Args API"Zachary Turner
2016-11-22Fix build failure on Linux and BSD by reverting r287597Omair Javaid
2016-11-21Add the new Args / entry-access API.Zachary Turner
2016-11-17Rewrite all Property related functions in terms of StringRef.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-23Update OptionGroup::SetValue to take 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
2015-06-18Fix a variety of typos.Bruce Mitchener
2015-06-15Fix a bug where passing a value of the type "A B" to settings set target.env-...Enrico Granata
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath
2015-01-13Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton
2015-01-12Add support for character option types.Zachary Turner
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste
2013-01-28<rdar://problem/12978143>Enrico Granata
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton