aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/DataFormatters
AgeCommit message (Expand)AuthorFilesLines
2025-08-15[lldb] Print ValueObject when GetObjectDescription fails (#152417)Dave Lee2-58/+59
2025-07-31[lldb] Add support for displaying `__float128` variables (#98369)beetrees2-0/+3
2025-07-25[lldb] Use std::make_shared where possible (NFC) (#150714)Jonas Devlieghere3-8/+7
2025-07-18[lldb] Correct spacing of = {...} when depth limit is hit (#149480)David Spickett1-1/+1
2025-07-07[lldb][Formatters] Use container summary helper for libstdc++ formatters (#14...Michael Buch1-0/+6
2025-07-04[lldb][DataFormatter] Format libstdc++ unique_ptr like we do libc++ (#146909)Michael Buch1-0/+19
2025-06-11[lldb] Show coro_frame in `std::coroutine_handle` pretty printer (#141516)Adrian Vogelsgesang1-3/+3
2025-06-10[lldb/cmake] Use ADDITIONAL_HEADER(_DIR)?S (#142587)Pavel Labath1-0/+2
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath1-3/+2
2025-06-02[lldb] Refactor away UB in SBValue::GetLoadAddress (#141799)Pavel Labath4-12/+11
2025-05-28[lldb][Formatters] Add --pointer-match-depth option to `type summary add` com...Zequan Wu3-35/+51
2025-05-25[lldb] Use llvm::find_if (NFC) (#141385)Kazu Hirata1-3/+4
2025-05-08[lldb][DataFormatters] Change ExtractIndexFromString to return std::optional ...Charles Zablit2-11/+13
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata1-1/+0
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit3-9/+17
2025-03-15[lldb] Update dwim-print to show expanded objc instances (#117500)Dave Lee2-6/+14
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl2-11/+16
2025-02-21[lldb] Fix GCC's `-Wreturn-type` warnings (#127974)foxtran1-0/+1
2025-02-17[lldb] Provide default impl for MightHaveChildren (NFC) (#119977)Dave Lee1-2/+0
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton1-3/+2
2025-01-03[lldb] Add a return opcode to the formatter bytecode (#121602)Adrian Prantl2-0/+4
2024-12-13[lldb] Support zero-padding in formatter sections (#119934)Adrian Prantl1-0/+7
2024-12-11[lldb] Disallow left shifts of negative values in the interpreter (#119620)Adrian Prantl1-3/+5
2024-12-10[lldb] Eliminate dead code (NFC)Adrian Prantl1-2/+0
2024-12-10[lldb] Add explicit type conversionAdrian Prantl1-1/+1
2024-12-10Reland: [lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl6-3/+979
2024-12-11Revert "[lldb] Add cast to fix compile error on 32-bit platforms"Sylvestre Ledru6-979/+3
2024-12-10[lldb] Add cast to fix compile error on 32-bit platformsAdrian Prantl1-1/+1
2024-12-10[lldb] Add cast to fix compile error on 32-but platformsAdrian Prantl1-1/+1
2024-12-10[lldb] Improve log message to include missing stringsAdrian Prantl1-2/+3
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl6-3/+978
2024-12-02[lldb] Simplify DumpValueObjectOptions::PointerDepth (NFC) (#117504)Dave Lee2-14/+5
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere8-9/+10
2024-09-10[LLDB][Data Formatters] Calculate average and total time for summary provider...Jacob Lalonde1-2/+31
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl1-1/+1
2024-06-20Refactor GetObjectDescription() to return llvm::Expected (NFC)Adrian Prantl1-29/+44
2024-06-20Convert ValueObject::Dump() to return llvm::Error() (NFCish)Adrian Prantl1-7/+11
2024-06-03[lldb] Avoid (unlimited) GetNumChildren calls when printing values (#93946)Pavel Labath2-16/+21
2024-05-31[lldb] FormatManager::GetPossibleMatches assumes all ValueObjects have target...jimingham1-1/+7
2024-04-12[lldb] fix dead lock in TypeCategoryMap.cpp (#87540)Vincent Belliard1-11/+29
2024-03-11Report back errors in GetNumChildren() (#84265)Adrian Prantl1-4/+18
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl4-10/+35
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer4-36/+10
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl4-10/+36
2024-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl2-2/+2
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl2-3/+3
2024-02-12Make ValueObjectPrinter's handling of its ValueObject pointers more principle...jimingham2-111/+116
2024-02-08[lldb] Refactor GetFormatFromCString to always check for partial matches (NF...Dave Lee1-10/+7
2024-02-08[lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an...Michael Buch2-5/+7
2024-02-04[lldb] Remove unnecessary FormatCache::GetEntry (NFC) (#80603)Dave Lee1-13/+5