summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libstdcpp
AgeCommit message (Expand)Author
2025-07-11[lldb][test] Combine libstdc++ and libc++ iterator tests into generic test (#...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] Fix libstdc++ std::variant formatter tests for valueless variant...Michael Buch
2025-07-07[lldb][test] Combine libstdc++ and libc++ std::shared_ptr tests into generic ...Michael Buch
2025-07-07[lldb][Formatters] Add shared/weak count to libstdc++ std::shared_ptr summary...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-04[lldb][DataFormatter] Format libstdc++ unique_ptr like we do libc++ (#146909)Michael Buch
2025-07-03[lldb][test] Consolidate libstdc++ and libc++ vector formatter tests into gen...Michael Buch
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-20[lldb] Reduce max-children-count default to readable size (#139826)Dave Lee
2025-02-03[lldb] Show value for libcxx and libstdcxx summary and remove pointer value i...Zequan Wu
2024-07-08[lldb] Make variant formatter work with libstdc++-14 (#97568)Pavel Labath
2023-10-24[Reland] Detect against invalid variant index for LibStdC++ std::variant data...jeffreytan81
2023-10-18Revert "Detect against invalid variant index for LibStdC++ std::variant data ...David Spickett
2023-10-17Detect against invalid variant index for LibStdC++ std::variant data formatte...jeffreytan81
2023-10-03Fix std::variant test failure on certain buildbot (#68139)jeffreytan81
2023-10-02Implement data formatters for LibStdC++ std::variant (#68012)jeffreytan81
2023-08-10[lldb][test] Remove tests relying on deprecated std::char_traits specializationsMichael Buch
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-24[lldb][DataFormatter] Add dereference support to libstdcpp std::shared_ptr fo...Michael Buch
2023-05-12Fix libstdc++ data formatter for reference/pointer to std::stringJeffrey Tan
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee
2022-06-17[lldb][tests] Automatically call compute_mydir (NFC)Dave Lee
2022-01-05Revert "Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`.""Nico Weber
2022-01-05Revert D109159 "[amdgpu] Enable selection of `s_cselect_b64`."David Salinas
2021-11-23[formatters] List and forward_list capping_size determination and applicationDanil Stefaniuc
2021-06-25[lldb] Skip libstdc++ tests failing with GCCRaphael Isemann
2021-06-03[LLDB] Skip TestDataFormatterStdUniquePtr.py on arm/linuxMuhammad Omair Javaid
2021-06-03[LLDB] Skip TestDataFormatterStdUniquePtr.py on arm/linuxMuhammad Omair Javaid
2020-03-20[lldb] Enable now passing part of TestDataFormatterStdString.pyRaphael Isemann
2020-02-11[lldb][test] Remove symlink for API tests.Jordan Rupprecht