summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValuePathMappings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+2
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-3/+3
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-206/+173
* When calling "settings set target.source-map <old-path> <new-path>", make sur...Greg Clayton2016-07-081-14/+66
* Add -Wimplicit-fallthrough command line option to clang inJason Molenda2016-02-161-0/+1
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-3/+3
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-3/+4
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-0/+5
* Remove unreachable code.Jason Molenda2014-10-161-3/+0
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-1/+1
* Ran the sources through the compiler with -Wshadow warningsJason Molenda2012-10-041-2/+2
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+185
OpenPOWER on IntegriCloud