summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter
AgeCommit message (Expand)Author
2024-10-07Reland "[lldb][test] TestDataFormatterLibcxxStringSimulator.py: add new paddi...Michael Buch
2024-10-03Revert "[lldb][test] TestDataFormatterLibcxxStringSimulator.py: add new paddi...Michael Buch
2024-10-03[lldb][test] TestDataFormatterLibcxxStringSimulator.py: add new padding layou...Michael Buch
2024-09-16[lldb][test] Add a new __compressed_pair layout to libcxx simulator tests (#9...Michael Buch
2024-09-16[lldb] Support new libc++ __compressed_pair layout (#96538)Michael Buch
2024-09-13[lldb][test] TestDataFormatterLibcxxStringSimulator.py: fix padding for curre...Michael Buch
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev
2024-09-11[lldb][test] Add test for printing std::string through expression evaluatorMichael Buch
2024-09-03[lldb] Support "dereferencing" std::optional in `frame var` (#107077)Pavel Labath
2024-08-22[lldb] Change the two remaining SInt64 settings in Target to uint (#105460)Jason Molenda
2024-07-17[lldb][test] Fix simulator test for std::unique_ptr (#99357)Leandro Lupori
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-09[lldb] Improve summary string handling of dollar chars (#98190)Dave Lee
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-07-08[lldb] Make variant formatter work with libstdc++-14 (#97568)Pavel Labath
2024-06-10[lldb] Gracefully down TestCoroutineHandle test in case the 'coroutine' featu...Dmitry Vasilyev
2024-06-03[lldb] Avoid (unlimited) GetNumChildren calls when printing values (#93946)Pavel Labath
2024-05-20[lldb][Windows] Fixed LibcxxChronoTimePointSecondsSummaryProvider() (#92701)Dmitry Vasilyev
2024-05-15[lldb] Support custom LLVM formatting for variables (#91868)Dave Lee
2024-04-30Revert "[lldb] Support custom LLVM formatting for variables (#81196)"Dave Lee
2024-04-30[lldb] Support custom LLVM formatting for variables (#81196)Dave Lee
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-03-12Update test past bdbad0d07bb600301cb324e87a6be37ca4af591a (#84889)Danial Klimkin
2024-02-21[lldb][test] Modernize asserts (#82503)Jordan Rupprecht
2024-02-16[lldb] Replace assertEquals with assertEqual (NFC) (#82073)Jonas Devlieghere
2024-02-15[lldb] Fix Python test formatting (NFC)Jonas Devlieghere
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
2024-01-22[lldb][libc++] Adds system_clock data formatters. (#78609)Mark de Wever
2024-01-21[lldb] Skip ObjC timezone tests on macOS >= 14 (NFC) (#78817)Dave Lee
2024-01-15[lldb] Skip part of TestDataFormatterAdv (#72233)Pavel Labath
2024-01-13[lldb][libc++] Adds missing C++20 calendar data formatters. (#77954)Mark de Wever
2024-01-12[lldb][test] Add tests for target.max-string-summary-length setting (#77920)Michael Buch
2024-01-09[lldb][libc++] Adds some C++20 calendar data formatters. (#76983)Mark de Wever
2023-12-13[lldb] Skip 2 newly introduced tests from running on DWARF2 and clang 11 (#75...Augusto Noronha
2023-11-14[LLDB] Display artificial __promise and __coro_frame variables. (#71928)Haojian Wu
2023-11-13[lldb] Fix a typo in the comment, NFCHaojian Wu
2023-10-30[lldb][Test] TestDataFormatterLibcxxChrono.py: skip test on older clang versi...Michael Buch
2023-10-25[lldb][libc++] Adds chrono data formatters.Mark de Wever
2023-10-24[Reland] Detect against invalid variant index for LibStdC++ std::variant data...jeffreytan81
2023-10-20[lldb][test] Turn ObjC string literals to C-style literals (NFC) (#69793)Dave Lee
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-13[lldb][DataFormatter] VectorType: fix format for arrays with size not a power...Michael Buch