summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionGroupFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Error -> Status.Zachary Turner2017-05-121-8/+9
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-67/+49
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-8/+8
* Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath2015-02-201-2/+2
* Fix tests broken by the OptionValidator changes.Zachary Turner2014-07-091-0/+2
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-2/+2
* Add OptionParser.hVirgile Bello2013-09-051-2/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-4/+4
* Added new options to "target create" and "target modules add".Greg Clayton2012-11-301-2/+2
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-0/+40
* Headers have been moved to /includes/lldb/Interpreter. This patchJohnny Chen2011-05-131-1/+1
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-0/+57
OpenPOWER on IntegriCloud