summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueFileSpec.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
2023-06-06[lldb/Commands] Add support to auto-completion for user commandsMed Ismail Bennani
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
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-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-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-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath
2017-12-21Make sure DataBufferLLVM contents are writablePavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner
2016-11-17Convert AutoComplete related code to StringRef.Zachary Turner
2016-11-09Remove TimeValue usage from lldb/InterpreterPavel Labath
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-11-01Remove TimeValue usage from FileSpec.hPavel Labath
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-03-06Make sure to re-read the file data you can get from OptionValueFileSpec::GetF...Greg Clayton
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath
2015-02-18Fix SettingsCommandTestCase.test_set_error_output_pathVince Harron
2015-01-13Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste
2014-04-04Remember to clear the cached data for the OptionValueFileSpec in SetValueFrom...Jim Ingham
2013-09-13Change OptionValueFileSpec::SetValueFromCString to strip off whitespace,Jason Molenda
2013-08-27OptionValueFileSpec::SetValueFromCString() is passed a complete file pathname...Jason Molenda
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-03-15Rolled back r176719 because settings with fileSean Callanan
2013-03-08OptionValueFileSpec shouldn't be doing argumentSean Callanan
2013-01-28<rdar://problem/12978143>Enrico Granata
2012-12-10<rdar://problem/12827031>Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-10-11When OptionValueFileSpec is given a filename startingJason Molenda
2012-09-27Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton
2012-08-30OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton
2012-08-22Remove further outdated "settings" code and also implement a few missing things.Greg Clayton