summaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters
AgeCommit message (Expand)Author
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees
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-07-07[lldb][Formatters] Use container summary helper for libstdc++ formatters (#14...Michael Buch
2025-07-04[lldb][DataFormatter] Format libstdc++ unique_ptr like we do libc++ (#146909)Michael Buch
2025-06-11[lldb] Show coro_frame in `std::coroutine_handle` pretty printer (#141516)Adrian Vogelsgesang
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath
2025-05-28[lldb][Formatters] Add --pointer-match-depth option to `type summary add` com...Zequan Wu
2025-05-25[lldb] Use llvm::find_if (NFC) (#141385)Kazu Hirata
2025-05-08[lldb][DataFormatters] Change ExtractIndexFromString to return std::optional ...Charles Zablit
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit
2025-03-15[lldb] Update dwim-print to show expanded objc instances (#117500)Dave Lee
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl
2025-02-21[lldb] Fix GCC's `-Wreturn-type` warnings (#127974)foxtran
2025-02-17[lldb] Provide default impl for MightHaveChildren (NFC) (#119977)Dave Lee
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2025-01-03[lldb] Add a return opcode to the formatter bytecode (#121602)Adrian Prantl
2024-12-13[lldb] Support zero-padding in formatter sections (#119934)Adrian Prantl
2024-12-11[lldb] Disallow left shifts of negative values in the interpreter (#119620)Adrian Prantl
2024-12-10[lldb] Eliminate dead code (NFC)Adrian Prantl
2024-12-10[lldb] Add explicit type conversionAdrian Prantl
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru
2024-12-10[lldb] Add cast to fix compile error on 32-bit platformsAdrian Prantl
2024-12-10[lldb] Add cast to fix compile error on 32-but platformsAdrian Prantl
2024-12-10[lldb] Improve log message to include missing stringsAdrian Prantl
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
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-09-10[LLDB][Data Formatters] Calculate average and total time for summary provider...Jacob Lalonde
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
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-05-31[lldb] FormatManager::GetPossibleMatches assumes all ValueObjects have target...jimingham
2024-04-12[lldb] fix dead lock in TypeCategoryMap.cpp (#87540)Vincent Belliard
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-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl
2024-02-12Make ValueObjectPrinter's handling of its ValueObject pointers more principle...jimingham
2024-02-08[lldb] Refactor GetFormatFromCString to always check for partial matches (NF...Dave Lee
2024-02-08[lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an...Michael Buch
2024-02-04[lldb] Remove unnecessary FormatCache::GetEntry (NFC) (#80603)Dave Lee