summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionValueProperties.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Modernize OptionValue::SetValueChangedCallbackPavel Labath2020-01-091-2/+2
* [NFC] find_first_of/find_last_of -> find/rfind for single char.Jonas Devlieghere2019-03-281-2/+1
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-7/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-3/+3
* Fix the .experimental. settings feature so that we don't return an errorJason Molenda2018-05-011-1/+12
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-18/+13
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-14/+15
* Change UniqueCStringMap to use ConstString as the keyPavel Labath2017-05-021-5/+5
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-2/+1
* Rewrite all Property related functions in terms of StringRef.Zachary Turner2016-11-171-104/+104
* Make Apropos functions accept StringRefs.Zachary Turner2016-11-161-3/+2
* Change Property::GetName() and GetDescription() to return StringRef.Zachary Turner2016-11-151-23/+6
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-061-6/+7
* Update the prompt related functions to use StringRefs.Zachary Turner2016-09-231-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-693/+576
* Allows "experimental" settings that will either route to their containingJim Ingham2016-07-061-2/+17
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+9
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-3/+3
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-0/+12
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-0/+10
* Fix a few typos.Bruce Mitchener2014-06-271-2/+2
* Interpreter: explicitly initialize base classSaleem Abdulrasool2014-06-131-0/+1
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-16/+16
* OptionValueProperties::DeepCopy (): return empty value to avoid compilation e...Virgile Bello2013-09-051-0/+1
* Fixed some linux buildbot warnings.Greg Clayton2013-04-191-1/+5
* Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton2012-10-191-0/+15
* Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton2012-09-011-0/+10
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-0/+14
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+719
OpenPOWER on IntegriCloud