summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValue.cpp
AgeCommit message (Expand)Author
2025-06-03[lldb] Fix data race in statusline format handling (#142489)Jonas Devlieghere
2025-04-10[lldb] Support programmatically setting the statusline format (NFC) (#135250)Jonas Devlieghere
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-08-05[lldb] Add a deduction guides for scoped_lock in OptionValue.cpp & ThreadList...Jie Fu
2023-08-04[lldb] Protect OptionValue accesses from data racesAugusto Noronha
2023-07-06[lldb][NFCI] Remove use of ConstString from OptionValueAlex Langford
2023-05-14[lldb] Cleanup OptionValue header and implenentation (NFC)Jonas Devlieghere
2023-05-14[lldb] Complete OptionValue cleanup (NFC)Jonas Devlieghere
2023-05-05[lldb] Migrate to GetPropertyAtIndexAs for ArchSpec (NFC)Jonas Devlieghere
2023-05-04[lldb] Migrate to GetPropertyAtIndexAs for FileSpecList (NFC)Jonas Devlieghere
2023-05-04[lldb] Eliminate {Get,Set}PropertyAtIndexAsFileSpec (NFC)Jonas Devlieghere
2023-05-01[lldb] Refactor OptionValue to return a std::optional (NFC)Jonas Devlieghere
2021-05-18[lldb][NFC] Remove all uses of StringRef::withNullAsEmpty in LLDBRaphael Isemann
2021-03-01Fix a warning about named return value not being moved-from.David Blaikie
2021-02-28[lldb/Interpreter] Fix deep copying for OptionValue classesTatyana Krasnukha
2020-07-20[lldb] Remove redundant WithFormat suffixes (NFC)Jonas Devlieghere
2020-07-20Add an option (-y) to "break set" and "source list" that uses the sameJim Ingham
2020-06-19[lldb] Replace calls to new with std::make_shared<> (NFC)Jonas Devlieghere
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-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
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-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
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
2016-11-17Rewrite all Property related functions in terms of StringRef.Zachary Turner
2016-11-17Convert AutoComplete related code to StringRef.Zachary Turner
2016-09-23Update the prompt related functions to use StringRefs.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-20Add an OptionValueLanguage classEnrico Granata
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
2015-01-12Add support for character option types.Zachary Turner
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-22Remove further outdated "settings" code and also implement a few missing things.Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton