summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic
AgeCommit message (Expand)Author
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike
2025-11-07[LLDB] Run MSVC STL string(-view) tests with PDB (#166833)nerix
2025-11-06[LLDB] Run working STL data formatter tests with PDB (#166812)nerix
2025-10-02[lldb][test] Un-XFAIL TestDataFormatterStdUnorderedMap.py for older Clang ver...Michael Buch
2025-09-15[lldb][test] Fix unordered-map test. (#158286)Ebuka Ezike
2025-09-05[lldb][DataFormatter] Allow std::string formatters to match against custom al...Michael Buch
2025-08-28[lldb][test] Run ranges::ref_vew test only for libc++ (#155813)Ebuka Ezike
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-25[LLDB] Add formatters for MSVC STL std::string_view and friends (#150318)nerix
2025-07-23[LLDB] Add formatters for MSVC STL std::deque (#150097)nerix
2025-07-23[LLDB] Add formatters for MSVC STL map-like types (#148385)nerix
2025-07-22[LLDB] Add formatters for MSVC STL unordered containers (#149519)nerix
2025-07-22[LLDB] Add formatters for MSVC STL std::atomic (#149801)nerix
2025-07-21[LLDB] Add formatters for MSVC STL std::variant (#148554)nerix
2025-07-21[LLDB] Add formatters for MSVC STL std::optional (#149545)nerix
2025-07-16[LLDB] Add formatters for MSVC STL std::(forward_)list (#148285)nerix
2025-07-16[LLDB] Add formatters for MSVC STL std::vector (#147538)nerix
2025-07-15[LLDB] Add formatters for MSVC STL std::tuple (#148548)nerix
2025-07-14[LLDB] Add formatters for MSVC STL std::unique_ptr (#148248)nerix
2025-07-11[LLDB] Add formatters for MSVC STL std::shared_ptr (#147575)nerix
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] Fix MSVC std::string formatter testsMichael Buch
2025-07-09[lldb][test] Move std::ranges::ref_view from libcxx to generic directory (#14...Michael Buch
2025-07-09[lldb][test] Merge MSVC STL std::(u8)string tests into 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][Formatters] Consistently unwrap pointer element_type in std::shared_pt...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][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][test] Combine libstdc++ and libc++ vector<bool> tests into generic tes...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-02[lldb][test] Consolidate generic and libcxx std::deque formatter tests (#146697)Michael Buch
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-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-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