summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueFormatEntity.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
2021-02-28[lldb/Interpreter] Fix deep copying for OptionValue classesTatyana Krasnukha
2021-02-28[lldb/Interpreter][NFC] Remove explicit default initialization of members and...Tatyana Krasnukha
2020-07-21Remove the "bool" return from OptionValue::Clear and its subclasses.Jim Ingham
2020-07-20[lldb] Remove redundant WithFormat suffixes (NFC)Jonas Devlieghere
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael 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
2018-10-26Add functionality to export settingsJonas Devlieghere
2018-10-01[Interpreter] Escape backticks when dumping format entities.Jonas Devlieghere
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-21Move StringList from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-17Convert AutoComplete related code to StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-06-03Fixed "format-string" based settings so they can have quotes on them without ...Greg Clayton
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath
2015-02-04Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton