summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupVariable.cpp
AgeCommit message (Expand)Author
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-03-20[lldb] Omit --show-globals in `help target var` (#85855)Felipe de Azevedo Piovezan
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-07-27[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scan. Part 3Slava Gurevich
2021-02-28[lldb/Interpreter][NFC] Remove explicit default initialization of members and...Tatyana Krasnukha
2021-02-28[lldb/Interpreter][NFC] Replace default constructors/destructors bodies with ...Tatyana Krasnukha
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-22[lldb][NFC] Remove dead code that is supposed to handle invalid command optionsRaphael Isemann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-31[lldb] Introduce StackFrameRecognizer [take 3]Kuba Mracek
2018-10-31Revert r345686 due to build failuresKuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizer [take 2]Kuba Mracek
2018-10-31Revert r345678 (build failure on Linux machines).Kuba Mracek
2018-10-31[lldb] Introduce StackFrameRecognizerKuba Mracek
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-02-01Break some dependencies in lldbUtility.Zachary Turner
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2014-04-20Switch NULL to C++11 nullptr in source/InterpreterEd Maste
2013-09-05Add OptionParser.hVirgile Bello
2013-01-28<rdar://problem/12978143>Enrico Granata
2013-01-17Converting lambdas to plain old static function pointersEnrico Granata
2012-12-11Adding a validation callback mechanism to OptionValueString (such a feature m...Enrico Granata
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-08-09<rdar://problem/11578397> Adding a new --summary-string option for the frame ...Enrico Granata
2012-05-15Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-10-25Updated all commands that use a "--format" / "-f" options to use the newGreg Clayton
2011-09-10Convert OptionGroupVariable.cpp to use the arraysize() template function, as ...Johnny Chen
2011-07-12named summaries:Enrico Granata
2011-07-07Centralize the variable display prefs into a new optionGreg Clayton