summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueArray.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-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere
2023-05-02[lldb] Remove unused will_modify argument (NFC)Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere
2022-09-11Add SBDebugger::GetSetting() public APIsJeffrey Tan
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-07-23Use the range-based overload of llvm::sort where possibleDmitri Gribenko
2021-09-25[lldb] Convert misc. StringConvert usesMichał Górny
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-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere
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-17Rewrite all Property related functions in terms of StringRef.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath
2015-02-13Add -exec-arguments commandIlia K
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron
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
2014-04-02sanitise sign comparisonsSaleem Abdulrasool
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-09-18Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton