summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter
AgeCommit message (Expand)Author
2025-07-07[lldb][test] Combine libstdc++ and libc++ std::map tests into generic test (#...Michael Buch
2025-07-07[lldb][Formatters] Make libc++ and libstdc++ std::shared_ptr formatters consi...Michael Buch
2025-07-07[lldb][test] Combine libstdc++ and libc++ vector<bool> tests into generic tes...Michael Buch
2025-07-04[lldb][Formatters] Fix weak reference count for std::shared_ptr/std::weak_ptr...Michael Buch
2025-07-04[lldb][DataFormatter] Format libstdc++ unique_ptr like we do libc++ (#146909)Michael Buch
2025-07-04[lldb][test] Skip pointer to std::unordered_map formatter tests on older Clan...Michael Buch
2025-07-03[lldb][test] Consolidate libstdc++ and libc++ vector formatter tests into gen...Michael Buch
2025-07-03[lldb][test] Run generic set formatter test-case on specified STL (#146882)Michael Buch
2025-07-03[lldb][test] Turn std::chrono libcxx test generic (#146873)Michael Buch
2025-07-03[lldb][test] Turn std::atomic libcxx test generic (#146843)Michael Buch
2025-07-03[lldb][test] Synchronize `__compressed_pair_padding` with libc++ (#142516)A. Jiang
2025-07-02[lldb][test] Consolidate generic and libcxx std::deque formatter tests (#146697)Michael Buch
2025-07-02[lldb][test][NFC] Rename libcxx unordered_map tests to unordered_map-iteratorMichael Buch
2025-07-02[lldb][test] Add tests for formatting pointers to std::unordered_mapMichael Buch
2025-06-27[LLDB] Update DIL to handle smart pointers; add more tests. (#143786)cmtice
2025-06-26[lldb][DataFormatter] Unwrap reference type when formatting std::unordered_ma...Michael Buch
2025-06-17[LLDB] Consolidate C++ string buffer summaries (#144258)nerix
2025-06-11[lldb] Show coro_frame in `std::coroutine_handle` pretty printer (#141516)Adrian Vogelsgesang
2025-06-11[debuginfo][coro] Fix linkage name for clones of coro functions (#141889)Adrian Vogelsgesang
2025-05-28[lldb][objc] NSError data formatter test is failingJason Molenda
2025-05-28[lldb][Formatters] Add --pointer-match-depth option to `type summary add` com...Zequan Wu
2025-05-27[lldb][NFC] update API tests which skip/expect-fail armJason Molenda
2025-05-27[lldb] optionally match the `__debug` namespace for libstdc++ containers. (#1...Ebuka Ezike
2025-05-27[lldb][docs][NFC] Remove references to obsolete gnu-libstdc++ category (#141610)Michael Buch
2025-05-20[lldb] Reduce max-children-count default to readable size (#139826)Dave Lee
2025-05-12[lldb][TypeSystemClang] Allow arrays to be dereferenced in C/C++. (#135843)Ilia Kuklin
2025-04-17disable test on older compilers (#136186)Shubham Sandeep Rastogi
2025-04-17[lldb][test] TestDataFormatterLibcxxInvalidVectorSimulator.py: fix inline nam...Michael Buch
2025-04-16disable test on older compilers (#136037)Shubham Sandeep Rastogi
2025-04-16[lldb][DataFormatter] Surface CalculateNumChildren errors in std::vector summ...Michael Buch
2025-03-17[lldb] Support ordered patterns in lldbtest.expect (#131475)Dave Lee
2025-02-28[lldb] fix(lldb/**.py): fix invalid escape sequences (#94034)Eisuke Kawashima
2025-02-03[lldb] Show value for libcxx and libstdcxx summary and remove pointer value i...Zequan Wu
2025-01-25[lldb] Delete lldbutil.PrintableRegex (NFC)Dave Lee
2025-01-15[lldb] Fix std::unordered_* synthetic children when typedefs are used. (#123125)Greg Clayton
2025-01-13The _code field in an NSError is signed, not unsigned. (#119764)jimingham
2024-12-17[lldb] Remove references to llvm-gcc (#120225)Michael Buch
2024-12-13[lldb] Support zero-padding in formatter sections (#119934)Adrian 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 commentAdrian Prantl
2024-12-10[lldb] Implement a formatter bytecode interpreter in C++Adrian Prantl
2024-12-10[lldb] Load embedded type summary section (#7859) (#8040)Dave Lee
2024-11-12[lldb] Support true/false in ValueObject::SetValueFromCString (#115780)Jonas Devlieghere
2024-11-04[lldb][test] TestDataFormatterLibcxxOptionalSimulator.py: skip on Clang-17Michael Buch
2024-10-30Remove a flaky and unnecessary check (#114251)Adrian Prantl
2024-10-07[lldb][test] TestDataFormatterLibcxxOptionalSimulator.py: don't use __builtin...Michael Buch
2024-10-07[lldb] Make libc++ simulator tests compatible with category-based ski… (#11...Pavel Labath
2024-10-07[lldb][test] TestDataFormatterLibcxxOptionalSimulator.py: change order of ifdefsMichael Buch
2024-10-07[lldb][test] Add libcxx-simulators test for std::optional (#111133)Michael Buch