summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValuePathMappings.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
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-11-01[lldb][NFC] avoid unnecessary roundtrips between different string typesXu Jun
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-09-25[lldb] Convert misc. StringConvert usesMichał Górny
2021-02-28[lldb/Interpreter] Fix deep copying for OptionValue classesTatyana Krasnukha
2020-04-03[source maps] Fix remove, insert-after and replaceWalter Erquinigo
2020-04-01[source maps] Ensure all valid source maps are added instead of failing with ...Walter Erquinigo
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-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.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-07-08When calling "settings set target.source-map <old-path> <new-path>", make sur...Greg Clayton
2016-02-16Add -Wimplicit-fallthrough command line option to clang inJason Molenda
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath
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
2014-10-16Remove unreachable code.Jason Molenda
2013-06-19Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs
2012-10-04Ran the sources through the compiler with -Wshadow warningsJason Molenda
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton