summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueUInt64.cpp
AgeCommit message (Expand)Author
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-02-22[lldb] Fix term-width setting (#82736)Jonas Devlieghere
2021-09-25[lldb] Convert misc. StringConvert usesMichał Górny
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-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-05-12Rename Error -> Status.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath
2015-02-16Handle trailing spaces on "settings set" command more correctlyPavel 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
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton