summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionGroupArchitecture.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-2/+2
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-9/+2
* Rename Error -> Status.Zachary Turner2017-05-121-4/+5
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+0
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-1/+1
* Try to fix build errors on Android.Zachary Turner2016-09-221-1/+1
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-5/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-51/+34
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-4/+5
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-1/+1
* Fix broken tests due to new error output.Todd Fiala2014-07-081-1/+1
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-1/+1
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-1/+1
* Add OptionParser.hVirgile Bello2013-09-051-1/+1
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen2012-05-151-1/+1
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Refactoring: replace a bunch of static array size computation or hardcoded co...Johnny Chen2011-09-101-4/+3
* Headers have been moved to /includes/lldb/Interpreter. This patchJohnny Chen2011-05-131-1/+1
* Added a new OptionValue subclass for lldb::Format: OptionValueFormat. AddedGreg Clayton2011-04-271-5/+7
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-0/+85
OpenPOWER on IntegriCloud