summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Property.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-5/+5
* Change Property::GetName() and GetDescription() to return StringRef.Zachary Turner2016-11-151-29/+25
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-1/+3
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-1/+1
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-1/+2
* Add unit tests for a few string conversion functions in Args.Zachary Turner2016-09-161-6/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-263/+254
* Move things from the LanguageRuntime that obviously belong in the new Languag...Jim Ingham2015-09-021-2/+2
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+1
* Add an OptionValueLanguage classEnrico Granata2015-02-201-0/+15
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-2/+2
* Fix SettingsCommandTestCase.test_set_error_output_pathVince Harron2015-02-181-1/+4
* Get rid of Debugger::FormatPrompt() and replace it with the new FormatEntity ...Greg Clayton2015-02-041-14/+19
* Abstract the details from regex.h a bit more by not allowing people to specif...Greg Clayton2015-01-211-1/+1
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-3/+3
* Fixed an issue where if the operating system python plug-in is changed at run...Greg Clayton2015-01-131-0/+9
* Add support for character option types.Zachary Turner2015-01-121-1/+5
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...Greg Clayton2012-09-271-1/+1
* Made it so changes to the prompt via "settings set prompt" get noticed by the...Greg Clayton2012-09-011-2/+7
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-0/+268
OpenPOWER on IntegriCloud