summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueFileSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-2/+2
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-2/+2
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-2/+2
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+3
* [FileSystem] Extend file system and have it use the VFS.Jonas Devlieghere2018-10-311-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Narrow the CompletionRequest API to being append-only.Raphael Isemann2018-07-271-2/+1
* Replaced more boilerplate code with CompletionRequest (NFC)Raphael Isemann2018-07-131-8/+6
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+4
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-211-4/+2
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-4/+3
* Convert AutoComplete related code to StringRef.Zachary Turner2016-11-171-5/+3
* Remove TimeValue usage from lldb/InterpreterPavel Labath2016-11-091-3/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-011-5/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-133/+95
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-0/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Make sure to re-read the file data you can get from OptionValueFileSpec::GetF...Greg Clayton2015-03-061-1/+9
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-12/+5
* Fix SettingsCommandTestCase.test_set_error_output_pathVince Harron2015-02-181-7/+12
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-0/+2
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-1/+1
* Remember to clear the cached data for the OptionValueFileSpec in SetValueFrom...Jim Ingham2014-04-041-0/+1
* Change OptionValueFileSpec::SetValueFromCString to strip off whitespace,Jason Molenda2013-09-131-1/+14
* OptionValueFileSpec::SetValueFromCString() is passed a complete file pathname...Jason Molenda2013-08-271-11/+2
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-11/+1
* Rolled back r176719 because settings with fileSean Callanan2013-03-151-2/+11
* OptionValueFileSpec shouldn't be doing argumentSean Callanan2013-03-081-11/+2
* <rdar://problem/12978143>Enrico Granata2013-01-281-1/+1
* <rdar://problem/12827031>Greg Clayton2012-12-101-2/+11
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* When OptionValueFileSpec is given a filename startingJason Molenda2012-10-111-1/+1
* Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton2012-09-271-1/+30
* OptionValueFileSpec had an accessor to read the contents of the file and retu...Greg Clayton2012-08-301-2/+7
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-0/+8
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+116
OpenPOWER on IntegriCloud