aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter
AgeCommit message (Expand)AuthorFilesLines
2 days[lldb][test] Rename/remove duplicate methods in API tests (#180250)Michael Buch2-2/+2
2026-01-26[lldb] Add MSVC STL std::*_ordering summary providers (#175070)Sergei Druzhkov1-0/+7
2026-01-26[lldb] Add libcxx std::*_ordering summary providers (#174227)Sergei Druzhkov1-0/+5
2026-01-22[lldb][test] TestDataFormatterLibcxxOptionalSimulator.py: skip on older Clang...Michael Buch1-8/+1
2026-01-15Reland [LLDB] Fix MS STL variant with non-trivial types and PDB (#176189)Nerixyz2-0/+30
2026-01-14Revert "[LLDB] Fix MS STL `variant` with non-trivial types" (#176059)Jonas Devlieghere2-26/+0
2026-01-12[LLDB] Fix MS STL `variant` with non-trivial types (#171489)Nerixyz2-0/+26
2026-01-08[lldb] Add std::*_ordering summary providers (#174195)Sergei Druzhkov3-0/+70
2026-01-08[LLDB] Run MSVC STL deque tests with PDB (#172360)Nerixyz1-0/+2
2026-01-07[LLDB] Add MSVC STL span formatter (#173053)Nerixyz1-5/+24
2026-01-06[lldb] Add libstdcpp string view summary provider (#171854)Sergei Druzhkov2-1/+5
2026-01-06[lldb][Format] Unwrap references to C-strings when printing C-string summarie...Michael Buch1-2/+4
2026-01-05[lldb][test] Add tests for printing references to C-stringsMichael Buch2-0/+17
2026-01-05[lldb][test] Rewrite TestStringPrinter.py in a non-inline API test style (#17...Michael Buch3-64/+109
2025-12-19[LLDB] Run MSVC STL unordered tests with PDB (#172731)nerix1-6/+38
2025-12-18[LLDB] Run MSVC STL vector tests with PDB (#172726)nerix1-4/+16
2025-12-16[LLDB] Run MSVC STL atomic tests with PDB (#172349)nerix1-0/+2
2025-12-11[LLDB] Run MSVC variant test with PDB (#171858)nerix1-0/+2
2025-12-09[LLDB] Run MSVC STL optional test with PDB (#171486)nerix1-2/+12
2025-12-09[LLDB] Run MSVC STL (forward-)list test with PDB (#166953)nerix3-0/+5
2025-12-09[LLDB] Run MSVC STL smart pointer tests with PDB (#166946)nerix2-3/+23
2025-12-03[lldb] add libstdcpp span formatter (#168705)Ebuka Ezike1-7/+19
2025-11-19[lldb][test] Correctly skip a test on a 32-bit target (#168631)Igor Kudrin1-1/+1
2025-11-13[lldb] Add libstdcpp initializer_list formatter (#167515)Ebuka Ezike2-3/+14
2025-11-07[LLDB] Run MSVC STL string(-view) tests with PDB (#166833)nerix4-69/+122
2025-11-06[LLDB] Run working STL data formatter tests with PDB (#166812)nerix6-0/+12
2025-10-30[lldb][test] Fix libc++ API tests on older Clang versionsMichael Buch1-0/+2
2025-10-13[LLDB] Check type before creating `std::atomic` synthetic children (#163176)nerix3-0/+71
2025-10-02[lldb][test] Un-XFAIL TestDataFormatterStdUnorderedMap.py for older Clang ver...Michael Buch1-5/+0
2025-09-16[LLDB] [Tests] Downgrade -Wincompatible-pointer-types to a warning in some te...Sirraide1-1/+1
2025-09-15[lldb][test] Fix unordered-map test. (#158286)Ebuka Ezike1-1/+0
2025-09-05[lldb][DataFormatter] Allow std::string formatters to match against custom al...Michael Buch2-0/+41
2025-09-04[lldb] Correct style of error messages (#156774)Jonas Devlieghere1-5/+5
2025-08-28[lldb][test] Run ranges::ref_vew test only for libc++ (#155813)Ebuka Ezike1-1/+0
2025-08-25[lldb][DataFormatters] Support newer _LIBCPP_COMPRESSED_PAIR layout (#155153)Michael Buch5-8/+7
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov1-3/+0
2025-07-25[LLDB] Add formatters for MSVC STL std::string_view and friends (#150318)nerix5-4/+65
2025-07-23[LLDB] Add formatters for MSVC STL std::deque (#150097)nerix1-11/+21
2025-07-23[LLDB] Add formatters for MSVC STL map-like types (#148385)nerix6-31/+67
2025-07-22[LLDB] Add formatters for MSVC STL unordered containers (#149519)nerix1-7/+18
2025-07-22[LLDB] Add formatters for MSVC STL std::atomic (#149801)nerix1-0/+6
2025-07-21[LLDB] Add formatters for MSVC STL std::variant (#148554)nerix1-0/+6
2025-07-21[LLDB] Add formatters for MSVC STL std::optional (#149545)nerix1-7/+11
2025-07-18[lldb][test] TestNSDictionarySynthetic.py: adjust ptr depth in testMichael Buch1-1/+2
2025-07-17[lldb][test] Remove XFAIL from some Windows testsDavid Spickett1-4/+0
2025-07-16[LLDB] Add formatters for MSVC STL std::(forward_)list (#148285)nerix4-37/+54
2025-07-16[LLDB] Add formatters for MSVC STL std::vector (#147538)nerix3-3/+71
2025-07-15[LLDB] Compile API tests with exceptions enabled on Windows (#148691)nerix1-0/+1
2025-07-15[LLDB] Add formatters for MSVC STL std::tuple (#148548)nerix2-0/+7
2025-07-14[LLDB] Add formatters for MSVC STL std::unique_ptr (#148248)nerix1-0/+11