summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx
AgeCommit message (Expand)Author
2025-11-19[lldb][test] Correctly skip a test on a 32-bit target (#168631)Igor Kudrin
2025-07-11[lldb][test] Combine libstdc++ and libc++ iterator tests into generic test (#...Michael Buch
2025-07-09[lldb][test] Move std::function from libcxx to generic directory (#147701)Michael Buch
2025-07-09[lldb][test] Move std::initializer_list from libcxx to generic directory (#14...Michael Buch
2025-07-09[lldb][test] Move std::ranges::ref_view from libcxx to generic directory (#14...Michael Buch
2025-07-09[lldb][test] Move std::valarray from libcxx to generic directory (#147704)Michael Buch
2025-07-09[lldb][test] Move std::unordered_map::iterator from libcxx to generic… (#14...Michael Buch
2025-07-09[lldb][test] Move std::span from libcxx to generic directory (#147680)Michael Buch
2025-07-09[lldb][test] Move std::string_view from libcxx to generic directory (#147563)Michael Buch
2025-07-08[lldb][test] Move std::queue from libcxx to generic directory (#147529)Michael Buch
2025-07-08[lldb][test] Combine libstdc++ and libc++ std::string tests into generic test...Michael Buch
2025-07-08[lldb][test] Combine libstdc++ and libc++ std::variant tests into generic tes...Michael Buch
2025-07-08[lldb][test] Combine libstdc++ and libc++ tuple tests into generic test (#147...Michael Buch
2025-07-07[lldb][test] Combine libstdc++ and libc++ std::shared_ptr tests into generic ...Michael Buch
2025-07-07[lldb][test] Split out libc++ std::string tests that check corrupted strings ...Michael Buch
2025-07-07[lldb][Formatter] Consolidate libstdc++ and libc++ unique_ptr formatter tests...Michael Buch
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] 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-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-05-20[lldb] Reduce max-children-count default to readable size (#139826)Dave Lee
2025-03-17[lldb] Support ordered patterns in lldbtest.expect (#131475)Dave Lee
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
2024-10-30Remove a flaky and unnecessary check (#114251)Adrian Prantl
2024-09-11[lldb][test] Add test for printing std::string through expression evaluatorMichael Buch
2024-07-16[lldb][DataFormatter][test] Move std::string simulator to common libc++ simul...Michael Buch
2024-07-16[lldb][test] Add a layout simulator test for std::unique_ptr (#98330)Michael Buch
2024-07-08[lldb][DataFormatter] Simplify libc++ std::map::iterator formatter (#97713)Michael Buch
2024-07-08[lldb][DataFormatter] Simplify std::unordered_map::iterator formatter (#97754)Michael Buch
2024-05-20[lldb][Windows] Fixed LibcxxChronoTimePointSecondsSummaryProvider() (#92701)Dmitry Vasilyev
2024-04-15[LLDB][libc++] Adds valarray proxy data formatters. (#88613)Mark de Wever
2024-04-13[lldb][libc++] Adds local_t clock data formatters. (#88178)Mark de Wever
2024-03-17[lldb][libc++] Adds slice_array data formatters. (#85544)Mark de Wever
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-10[lldb][libc++] Adds valarray data formatters. (#80609)Mark de Wever
2024-02-09Bump the minimum LLVM version for chrono datatformatters testsAdrian Prantl
2024-02-08[lldb] Fix printf formatting of std::time_t seconds (#81078)Jason Molenda
2024-01-25Temporarily disable two libcxx chrono formatter testsJason Molenda