summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/OptionGroupVariable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann2019-08-221-3/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek2018-10-311-0/+7
* Revert r345686 due to build failuresKuba Mracek2018-10-311-7/+0
* [lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek2018-10-311-0/+7
* Revert r345678 (build failure on Linux machines).Kuba Mracek2018-10-311-7/+0
* [lldb] Introduce StackFrameRecognizerKuba Mracek2018-10-311-0/+7
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-9/+9
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-12/+13
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+0
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-2/+2
* Make the Error class constructor protectedMehdi Amini2016-11-111-2/+2
* 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-14/+6
* *** 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