summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionGroupVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-102/+110
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-4/+4
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-8/+8
* Fix broken tests due to new error output.Todd Fiala2014-07-081-8/+8
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-8/+8
* Switch NULL to C++11 nullptr in source/InterpreterEd Maste2014-04-201-8/+8
* Add OptionParser.hVirgile Bello2013-09-051-8/+8
* <rdar://problem/12978143>Enrico Granata2013-01-281-2/+2
* Converting lambdas to plain old static function pointersEnrico Granata2013-01-171-15/+20
* Adding a validation callback mechanism to OptionValueString (such a feature m...Enrico Granata2012-12-111-3/+20
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-9/+9
* <rdar://problem/11578397> Adding a new --summary-string option for the frame ...Enrico Granata2012-08-091-8/+13
* Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen2012-05-151-2/+2
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton2011-10-251-3/+0
* Convert OptionGroupVariable.cpp to use the arraysize() template function, as ...Johnny Chen2011-09-101-3/+7
* named summaries:Enrico Granata2011-07-121-4/+9
* Centralize the variable display prefs into a new optionGreg Clayton2011-07-071-0/+109
OpenPOWER on IntegriCloud