aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupOutputFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-50/+36
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-4/+5
2015-06-18Fix a variety of typos.Bruce Mitchener1-1/+1
2015-02-20Refactor OptionValue::SetValueFromCString to use llvm::StringRefPavel Labath1-1/+1
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-2/+2
2014-07-08Fix broken tests due to new error output.Todd Fiala1-2/+2
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-2/+2
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste1-2/+2
2014-03-18create constants for multichar constantsSaleem Abdulrasool1-2/+6
2013-09-05Add OptionParser.hVirgile Bello1-2/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-5/+5
2012-10-24This is a fix for the command option parser.Sean Callanan1-1/+1
2012-05-15Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen1-1/+1
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-1/+1
2011-09-10Refactoring: replace a bunch of static array size computation or hardcoded co...Johnny Chen1-5/+4
2011-05-13Headers have been moved to /includes/lldb/Interpreter. This patchJohnny Chen1-1/+1
2011-04-27Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton1-0/+82