summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters/ValueObjectPrinter.cpp
AgeCommit message (Expand)Author
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere
2025-07-18[lldb] Correct spacing of = {...} when depth limit is hit (#149480)David Spickett
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath
2025-03-15[lldb] Update dwim-print to show expanded objc instances (#117500)Dave Lee
2024-12-02[lldb] Simplify DumpValueObjectOptions::PointerDepth (NFC) (#117504)Dave Lee
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-06-20Refactor GetObjectDescription() to return llvm::Expected (NFC)Adrian Prantl
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl
2024-06-03[lldb] Avoid (unlimited) GetNumChildren calls when printing values (#93946)Pavel Labath
2024-03-11Report back errors in GetNumChildren() (#84265)Adrian Prantl
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-02-12Make ValueObjectPrinter's handling of its ValueObject pointers more principle...jimingham
2023-06-13[lldb] Default can_create to true in GetChildAtIndex (NFC)Dave Lee
2023-06-13[lldb] Never print children if the max depth has been reachedAugusto Noronha
2023-06-08[lldb] Unconditionally increment depth when printing childrenAugusto Noronha
2023-05-30[lldb] Consult summary provider before printing children of root referencesDave Lee
2023-05-15[lldb] Refine call to decl printing helper (NFC)Dave Lee
2023-04-13[lldb] Show register fields using bitfield struct typesDavid Spickett
2023-03-28[lldb] Fix value printing for a specific caseDave Lee
2023-03-24[lldb] Add ability to hide the root name of a valueDave Lee
2023-03-02Revert "Add SBValue::GetValueAsAddress API for removing non-addressing metadata"Jason Molenda
2023-03-02Add SBValue::GetValueAsAddress API for removing non-addressing metadataJason Molenda
2023-02-28An SBValue whose underlying ValueObject has no valid value, but doesJim Ingham
2023-02-17[lldb] Make persisting result variables configurableDave Lee
2022-05-03[lldb] Add setting for max depth of value object printing (NFC)Dave Lee
2020-11-12[lldb/DataFormatters] Display null C++ pointers as nullptrJonas Devlieghere
2020-06-12[lldb] Small improvements in ValueObjectPrinter::PrintDecl (NFC)Jonas Devlieghere
2020-02-03[lldb] Remove unused parameter from ValueObject::GetExpressionPathAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-11Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl
2019-08-21[NFC] Simplify codeJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
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-04-30Reflow paragraphs in comments.Adrian Prantl
2017-03-31Don't add a newline if the object description already has one.Jim Ingham
2017-03-18Remove some dead code from DumpValueObjectOptions::PointerDepthTamas Berghammer
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-07Simplify the PrintableRepresentationSpecialCases code; we never used the ePri...Enrico Granata
2016-11-04Preliminary plumbing work to make 'parray' able to take offset and stride opt...Enrico Granata
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-04-25Add a --element-count option to the expression commandEnrico Granata
2015-12-01Fix a bug where one-lining display of child values would ignore the user's ch...Enrico Granata
2015-11-10Introduce a way for Languages to specify whether values of "reference types" ...Enrico Granata
2015-11-10Upstream changes to the ValueObjectPrinter; nfcEnrico Granata