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