- 65e68a3 [lldb] Update dwim-print to show expanded objc instances (#117500) by Dave Lee · 8 weeks ago
- 878a64f [lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601) by Adrian Prantl · 10 weeks ago
- 506deb0 [lldb] Fix GCC's `-Wreturn-type` warnings (#127974) by foxtran · 3 months ago
- 6fde8fe [lldb] Provide default impl for MightHaveChildren (NFC) (#119977) by Dave Lee · 3 months ago
- c4fb718 [lldb][NFC] Make the target's SectionLoadList private. (#113278) by Greg Clayton · 4 months ago
- ee1adc5 [lldb] Add a return opcode to the formatter bytecode (#121602) by Adrian Prantl · 4 months ago
- f22cff7 [lldb] Support zero-padding in formatter sections (#119934) by Adrian Prantl · 5 months ago
- 2470cfa [lldb] Disallow left shifts of negative values in the interpreter (#119620) by Adrian Prantl · 5 months ago
- c00a708 [lldb] Eliminate dead code (NFC) by Adrian Prantl · 5 months ago
- 1593f36 [lldb] Add explicit type conversion by Adrian Prantl · 5 months ago
- 87659a1 Reland: [lldb] Implement a formatter bytecode interpreter in C++ by Adrian Prantl · 5 months ago
- a2fb705 Revert "[lldb] Add cast to fix compile error on 32-bit platforms" by Sylvestre Ledru · 5 months ago
- f6012a2 [lldb] Add cast to fix compile error on 32-bit platforms by Adrian Prantl · 5 months ago
- d300337 [lldb] Add cast to fix compile error on 32-but platforms by Adrian Prantl · 5 months ago
- 0be3348 [lldb] Improve log message to include missing strings by Adrian Prantl · 5 months ago
- 9a9c1d4 [lldb] Implement a formatter bytecode interpreter in C++ by Adrian Prantl · 7 months ago
- 0a96161 [lldb] Simplify DumpValueObjectOptions::PointerDepth (NFC) (#117504) by Dave Lee · 5 months ago
- b852fb1 [lldb] Move ValueObject into its own library (NFC) (#113393) by Jonas Devlieghere · 7 months ago
- 22144e2 [LLDB][Data Formatters] Calculate average and total time for summary providers within lldb (#102708) by Jacob Lalonde · 8 months ago
- a0dd90e [lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#107163) by Adrian Prantl · 8 months ago
- f900644 Refactor GetObjectDescription() to return llvm::Expected (NFC) by Adrian Prantl · 11 months ago
- d1bc75c Convert ValueObject::Dump() to return llvm::Error() (NFCish) by Adrian Prantl · 11 months ago
- 763b96c [lldb] Avoid (unlimited) GetNumChildren calls when printing values (#93946) by Pavel Labath · 11 months ago
- 1e81b67 [lldb] FormatManager::GetPossibleMatches assumes all ValueObjects have targets. (#93880) by jimingham · 12 months ago
- 5752e31 [lldb] fix dead lock in TypeCategoryMap.cpp (#87540) by Vincent Belliard · 1 year, 1 month ago
- 6462ead Report back errors in GetNumChildren() (#84265) by Adrian Prantl · 1 year, 2 months ago
- 624ea68 Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected (#84219) by Adrian Prantl · 1 year, 2 months ago
- 300a39b Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected (#84219)" by Florian Mayer · 1 year, 2 months ago
- 99118c8 Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected (#84219) by Adrian Prantl · 1 year, 2 months ago
- e710523 Change GetChildAtIndex to take a uint32_t by Adrian Prantl · 1 year, 2 months ago
- 3d7c5b8 Change the return type of SyntheticFrontend::CalculateNumChildren to int32_t by Adrian Prantl · 1 year, 2 months ago
- c2b01c8 Make ValueObjectPrinter's handling of its ValueObject pointers more principled (NFC) (#81314) by jimingham · 1 year, 3 months ago
- af97edf [lldb] Refactor GetFormatFromCString to always check for partial matches (NFC) (#81018) by Dave Lee · 1 year, 3 months ago
- d7fb94b [lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an enum (#80167) by Michael Buch · 1 year, 3 months ago
- 9ff83f1 [lldb] Remove unnecessary FormatCache::GetEntry (NFC) (#80603) by Dave Lee · 1 year, 3 months ago
- dd95877 [lldb] Make only one function that needs to be implemented when searching for types (#74786) by Greg Clayton · 1 year, 5 months ago
- 68fbc8e [lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) cast by David Spickett · 1 year, 6 months ago
- 7fbd427 Add the ability to get a C++ vtable ValueObject from another ValueObj… (#67599) by Greg Clayton · 1 year, 7 months ago
- 0dfcfb5 [lldb][DataFormatter] VectorType: fix format for arrays with size not a power-of-2 (#68907) by Michael Buch · 1 year, 7 months ago
- ed0a141 [LLDB] Fix type formatting empty c-strings (#68924) by Walter Erquinigo · 1 year, 7 months ago
- 140f616 [lldb][NFCI] Remove typedef for TypeCategoryMap::ValueSP (#65555) by Alex · 1 year, 8 months ago
- 5bff905 [lldb][NFCI] Remove unused method TypeCategoryMap::Get(uint32_t, ValueSP &) by Alex Langford · 1 year, 8 months ago
- 79d5d9a [lldb] Allow synthetic providers in C++ and fix linking problems by walter erquinigo · 1 year, 9 months ago
- b43375b [lldb] Add log indicating which kind of data formatter by Dave Lee · 1 year, 11 months ago
- a1a74f7 [lldb] Default can_create to true in GetChildAtIndex (NFC) by Dave Lee · 2 years ago
- f94c7ffe [lldb] Never print children if the max depth has been reached by Augusto Noronha · 2 years ago
- b1ebfc5 [lldb] Unconditionally increment depth when printing children by Augusto Noronha · 2 years ago
- 65ceb42 Replace deprecated startswith_insensitive with starts_with_insensitive by Fangrui Song · 2 years ago
- c7eb1b0 [lldb] Consult summary provider before printing children of root references by Dave Lee · 2 years ago
- 8d4f0e0 [lldb] Refine call to decl printing helper (NFC) by Dave Lee · 2 years ago
- d69518b Re-land "[lldb] Make the libcxx unique_ptr prettyprinter support custom deleters." by Jorge Gorbe Moya · 2 years ago
- 4535112 Revert "[lldb] Make the libcxx unique_ptr prettyprinter support custom deleters." by Jorge Gorbe Moya · 2 years ago
- d366da9 [lldb] Make the libcxx unique_ptr prettyprinter support custom deleters. by Jorge Gorbe Moya · 2 years, 1 month ago
- e07a421 [lldb] Show register fields using bitfield struct types by David Spickett · 2 years, 4 months ago
- 0e22b8c [lldb] Change formatter helper function parameter list to remove ConstString by Alex Langford · 2 years, 1 month ago
- d03d98b [lldb] Replace sprintf with snprintf (NFC) by Dave Lee · 2 years, 8 months ago
- 51dd8a2 [lldb] Fix value printing for a specific case by Dave Lee · 2 years, 2 months ago
- 23349d8 [lldb] Add ability to hide the root name of a value by Dave Lee · 2 years, 2 months ago
- 5499b02 [lldb][CMake] Enforce not linking against plugin libs in core libs by Alex Langford · 2 years, 2 months ago
- 7e770f9 Revert "Add SBValue::GetValueAsAddress API for removing non-addressing metadata" by Jason Molenda · 2 years, 2 months ago
- 4d635be Add SBValue::GetValueAsAddress API for removing non-addressing metadata by Jason Molenda · 2 years, 2 months ago
- e8a2fd5 An SBValue whose underlying ValueObject has no valid value, but does by Jim Ingham · 2 years, 2 months ago
- 63c77bf [lldb] Make persisting result variables configurable by Dave Lee · 2 years, 3 months ago
- 2fe8327 [lldb] Use std::optional instead of llvm::Optional (NFC) by Kazu Hirata · 2 years, 4 months ago
- f190ce6 [lldb] Add #include <optional> (NFC) by Kazu Hirata · 2 years, 4 months ago
- 6eaedbb Make CompilerType safe by Adrian Prantl · 2 years, 6 months ago
- d765664 [lldb] Add matching based on Python callbacks for data formatters. by Jorge Gorbe Moya · 2 years, 7 months ago
- e5fd507 [NFCI] More TypeCategoryImpl refactoring. by Jorge Gorbe Moya · 2 years, 8 months ago
- 1f2a218 [NFCI] Refactor FormatterContainerPair into TieredFormatterContainer. by Jorge Gorbe Moya · 2 years, 8 months ago
- dce6887 [NFCI] Clean up enum FormatCategoryItem. by Jorge Gorbe Moya · 2 years, 8 months ago
- 47b7663 [lldb] Use std::size instead of llvm::array_lengthof by Joe Loser · 2 years, 8 months ago
- fe01292 Move FormattersMatchCandidate flags to a struct. by Jorge Gorbe Moya · 2 years, 9 months ago
- 2f9fc57 [lldb] Add setting for max depth of value object printing (NFC) by Dave Lee · 3 years, 1 month ago
- fc54427 [lldb] Refactor DataBuffer so we can map files as read-only by Jonas Devlieghere · 3 years, 1 month ago
- 13a3b0b [lldb] Remove usages of case-insensitive c-string functions by Pavel Labath · 3 years, 2 months ago
- 28c878a [LLDB] Applying clang-tidy modernize-use-default-member-init over LLDB by Shafik Yaghmour · 3 years, 2 months ago
- c34698a [lldb] Rename Logging.h to LLDBLog.h and clean up includes by Pavel Labath · 3 years, 3 months ago
- a007a6d [lldb] Convert "LLDB" log channel to the new API by Pavel Labath · 3 years, 3 months ago
- f15014f Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C++17" by Benjamin Kramer · 3 years, 4 months ago
- ef82063 Rename llvm::array_lengthof into llvm::size to match std::size from C++17 by serge-sans-paille · 3 years, 4 months ago
- 31c7165 [lldb] Remove summary for signed char * by Pavel Labath · 3 years, 4 months ago
- 35870c4 [lldb] Summary provider for char flexible array members by Pavel Labath · 3 years, 7 months ago
- 11dc235 [lldb] Fix matchers for char array formatters by Pavel Labath · 3 years, 7 months ago
- 223e8ca Set a default number of address bits on Darwin arm64 systems by Jason Molenda · 3 years, 5 months ago
- 4c56f73 [lldb] (Partially) enable formatting of utf strings before the program is started by Pavel Labath · 3 years, 6 months ago
- 42e4959 [lldb/Formatters] Remove space from vector type string summaries (NFCI) by Med Ismail Bennani · 3 years, 7 months ago
- aee4925 Recommit: Compress formatting of array type names (int [4] -> int[4]) by David Blaikie · 3 years, 7 months ago
- 8093c2e [lldb] Make char[N] formatters respect the end of the array (PR44649) by Pavel Labath · 3 years, 7 months ago
- 14f4430 [nfc] [lldb] Prevent needless copies of DataExtractor by Jan Kratochvil · 3 years, 9 months ago
- fd2433e [lldb] Replace default bodies of special member functions with = default; by Jonas Devlieghere · 3 years, 11 months ago
- 9494c51 [lldb] Use C++11 default member initializers by Jonas Devlieghere · 4 years ago
- 76e47d4 [lldb][NFC] Use C++ versions of the deprecated C standard library headers by Raphael Isemann · 4 years ago
- 03310c1 [lldb][NFC] Give CompilerType's IsArrayType/IsVectorType/IsBlockPointerType out-parameters default values by Raphael Isemann · 4 years, 3 months ago
- d77e3c6 [lldb][NFC] Don't inherit from UserID in ValueObject by Raphael Isemann · 4 years, 3 months ago
- 057efa9 Make the error condition in Value::ValueType explicit (NFC) by Adrian Prantl · 4 years, 3 months ago
- 839e8452 [lldb] Remove assumption from Clang-based data formatters that their types are in the scratch AST by Raphael Isemann · 4 years, 5 months ago
- 406ad18 [lldb/DataFormatters] Display null C++ pointers as nullptr by Jonas Devlieghere · 4 years, 6 months ago
- 77ae06b [lldb][NFC] Remove FormatMap by Raphael Isemann · 4 years, 10 months ago
- 4d489e9 Reland [lldb] Unify type name matching in FormattersContainer II by Raphael Isemann · 4 years, 10 months ago
- 3a75466 Temporarily Revert "Reland [lldb] Unify type name matching in FormattersContainer" by Eric Christopher · 4 years, 10 months ago