aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupArchitecture.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-28[lldb/Interpreter][NFC] Replace default constructors/destructors bodies with ...Tatyana Krasnukha1-4/+0
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann1-2/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha1-2/+2
2017-10-31Invert ArchSpec<->Platform dependencyPavel Labath1-9/+2
2017-05-12Rename Error -> Status.Zachary Turner1-4/+5
2017-03-22Delete some more dead includes.Zachary Turner1-0/+1
2017-02-01Break some dependencies in lldbUtility.Zachary Turner1-1/+0
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner1-1/+1
2016-09-22Try to fix build errors on Android.Zachary Turner1-1/+1
2016-09-22Convert option tables to ArrayRefs.Zachary Turner1-5/+1
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-51/+34
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-4/+5
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-1/+1
2014-07-08Fix broken tests due to new error output.Todd Fiala1-1/+1
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-1/+1
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste1-1/+1
2013-09-05Add OptionParser.hVirgile Bello1-1/+1
2012-12-04<rdar://problem/12798131> Greg Clayton1-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-4/+3
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-5/+7
2011-04-18Centralized a lot of the status information for processes,Greg Clayton1-0/+85