summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueDictionary.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove ArgEntry::ref memberRaphael Isemann2019-09-131-3/+3
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Add functionality to export settingsJonas Devlieghere2018-10-261-3/+11
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+3
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* [Interpreter] Remove unused variable usage. NFCI.Davide Italiano2017-11-011-2/+1
* Rename Error -> Status.Zachary Turner2017-05-121-11/+13
* Re-add "demonstrate new Args API"Zachary Turner2016-11-221-60/+61
* Fix build failure on Linux and BSD by reverting r287597Omair Javaid2016-11-221-61/+60
* Add the new Args / entry-access API.Zachary Turner2016-11-211-60/+61
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-88/+43
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-28/+2
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-374/+322
* Fix a variety of typos.Bruce Mitchener2015-06-181-2/+2
* Fix a bug where passing a value of the type "A B" to settings set target.env-...Enrico Granata2015-06-151-0/+6
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-5/+5
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-1/+4
* Add support for character option types.Zachary Turner2015-01-121-0/+1
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-7/+7
* <rdar://problem/12978143>Enrico Granata2013-01-281-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+434
OpenPOWER on IntegriCloud