summaryrefslogtreecommitdiff
path: root/lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
AgeCommit message (Expand)Author
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee
2024-12-02[lldb] Simplify DumpValueObjectOptions::PointerDepth (NFC) (#117504)Dave Lee
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille
2022-05-03[lldb] Add setting for max depth of value object printing (NFC)Dave Lee
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-10-29[ValueObjectDisplay] Generalize the description of an option.Davide Italiano
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-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-26Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha
2018-04-10Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Delete some more dead includes.Zachary Turner
2017-02-01Break some dependencies in lldbUtility.Zachary Turner
2016-09-23Try again to match the logic of the code before re-writing.Zachary Turner
2016-09-23Try to fix failing TestDataFormatterSkipSummary test case.Zachary Turner
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-19Fix more functions in Args to use StringRef.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
2016-04-25Add a --element-count option to the expression commandEnrico Granata
2015-07-27Add a more tweakable way for ValueObjectPrinter to control pointer expansion....Enrico Granata
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron
2014-11-21Do some cleanup of DumpValueObjectOptions. The whole concept of raw printing ...Enrico Granata
2014-09-06Add a -V <bool> flag to frame variable/expression that enables execution of t...Enrico Granata
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-30<rdar://problem/14393032>Enrico Granata
2013-09-05Add OptionParser.hVirgile Bello
2013-03-26Our commands that end up displaying a ValueObject as part of their workflow u...Enrico Granata
2012-12-12Option changes:Enrico Granata
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-09-11Some more typing-related fixes.Filipe Cabecinhas
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-08-08<rdar://problem/11576169> Better documentation string for the -Y option to fr...Enrico Granata
2012-05-15Include llvm/ADT/STLExtras.h from lldb/Utility/Utils.h and use llvm::array_le...Johnny Chen
2011-10-26A simple fix for the GDB format strings so the byte size parameter getsGreg Clayton
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-10-07Re-organized the contents of RangeMap.h to be more concise and also allow for...Greg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-09-10Refactoring: replace a bunch of static array size computation or hardcoded co...Johnny Chen
2011-08-12*Some more optimizations in usage of ConstStringEnrico Granata