summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/Property.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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