aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueFileSpec.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-03-14[LLDB] Applying clang-tidy modernize-use-default-member-init over LLDBShafik Yaghmour1-2/+2
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere1-3/+1
2021-02-28[lldb/Interpreter] Fix deep copying for OptionValue classesTatyana Krasnukha1-4/+0
2021-02-28[lldb/Interpreter][NFC] Remove explicit default initialization of members and...Tatyana Krasnukha1-7/+3
2020-07-20Add an option (-y) to "break set" and "source list" that uses the sameJim Ingham1-7/+0
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-08-22[lldb][NFC] Remove WordComplete mode, make result array indexed from 0 and re...Raphael Isemann1-4/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-12Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere1-2/+2
2018-11-12Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano1-2/+2
2018-11-10Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere1-2/+2
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere1-1/+3
2018-10-31[FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere1-1/+1
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath1-1/+1
2018-07-27Narrow the CompletionRequest API to being append-only.Raphael Isemann1-2/+1
2018-07-13Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann1-8/+6
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere1-1/+1
2018-04-30Reflow paragraphs in comments.Adrian Prantl1-7/+4
2018-04-17Move Args.cpp from Interpreter to UtilityPavel Labath1-1/+1
2017-12-21Make sure DataBufferLLVM contents are writablePavel Labath1-4/+2
2017-05-12Rename Error -> Status.Zachary Turner1-3/+3
2017-03-06Remove FileSpec::ReadFileContents.Zachary Turner1-4/+3
2016-11-17Convert AutoComplete related code to StringRef.Zachary Turner1-5/+3
2016-11-09Remove TimeValue usage from lldb/InterpreterPavel Labath1-3/+2
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-1/+1
2016-11-01Remove TimeValue usage from FileSpec.hPavel Labath1-5/+3
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-133/+95
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-0/+1
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-03-06Make sure to re-read the file data you can get from OptionValueFileSpec::GetF...Greg Clayton1-1/+9
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath1-12/+5
2015-02-18Fix SettingsCommandTestCase.test_set_error_output_pathVince Harron1-7/+12
2015-01-13Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton1-0/+2
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste1-1/+1
2014-04-04Remember to clear the cached data for the OptionValueFileSpec in SetValueFrom...Jim Ingham1-0/+1
2013-09-13Change OptionValueFileSpec::SetValueFromCString to strip off whitespace,Jason Molenda1-1/+14
2013-08-27OptionValueFileSpec::SetValueFromCString() is passed a complete file pathname...Jason Molenda1-11/+2
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton1-11/+1
2013-03-15Rolled back r176719 because settings with fileSean Callanan1-2/+11
2013-03-08OptionValueFileSpec shouldn't be doing argumentSean Callanan1-11/+2
2013-01-28<rdar://problem/12978143>Enrico Granata1-1/+1
2012-12-10<rdar://problem/12827031>Greg Clayton1-2/+11
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-10-11When OptionValueFileSpec is given a filename startingJason Molenda1-1/+1
2012-09-27Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton1-1/+30
2012-08-30OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton1-2/+7
2012-08-22Remove further outdated "settings" code and also implement a few missing things.Greg Clayton1-0/+8
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-0/+116