aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionValueFileSpec.cpp
AgeCommit message (Expand)AuthorFilesLines
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