summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionGroupPlatform.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
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-9/+9
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-22/+8
* Rename Error -> Status.Zachary Turner2017-05-121-5/+6
* 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-6/+6
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-9/+4
* Convert many functions to use StringRefs.Zachary Turner2016-09-171-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-144/+126
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-4/+4
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Changes in 226712 needed some fixing as a platform is almost always selected ...Greg Clayton2015-01-281-0/+35
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-4/+4
* Fix broken tests due to new error output.Todd Fiala2014-07-081-4/+4
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-4/+4
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-4/+4
* Add OptionParser.hVirgile Bello2013-09-051-4/+4
* <rdar://problem/13854277>Greg Clayton2013-05-101-1/+3
* <rdar://problem/13131838>Greg Clayton2013-03-291-1/+1
* <rdar://problem/12990038>Greg Clayton2013-01-111-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Added new options to "target create" and "target modules add".Greg Clayton2012-11-301-1/+1
* Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen2012-05-151-2/+2
* Fixed an issue in the platform options where if no architecture was specified...Greg Clayton2012-05-111-1/+1
* <rdar://problem/11358639>Greg Clayton2012-05-081-2/+15
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-16/+22
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-1/+1
* Refactoring: replace a bunch of static array size computation or hardcoded co...Johnny Chen2011-09-101-4/+3
* Added the notion of an system root for SDKs. This is a directory where allGreg Clayton2011-06-171-2/+20
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-1/+1
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-0/+109
OpenPOWER on IntegriCloud