summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter
AgeCommit message (Expand)Author
2023-10-13[LLDB] Fix type formatting empty c-strings (#68924)Walter Erquinigo
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-30[lldb] Consult summary provider before printing children of root referencesDave Lee
2023-05-29[LLDB] Remove XFAIL on Windows decorator XPASSesMuhammad Omair Javaid
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-16[LLDB] Fix typo in TestDataFormatterSynthVal.pyMuhammad Omair Javaid
2023-05-16[LLDB] Fix TestDataFormatterSynthVal.py for AArch64/WindowsMuhammad Omair Javaid
2023-05-12Fix libstdc++ data formatter for reference/pointer to std::stringJeffrey Tan
2023-05-03[LLDB] Add/Remove xfail for some API tests on WindowsMuhammad Omair Javaid
2023-05-01Re-land "[lldb] Make the libcxx unique_ptr prettyprinter support custom delet...Jorge Gorbe Moya
2023-05-01Revert "[lldb] Make the libcxx unique_ptr prettyprinter support custom delete...Jorge Gorbe Moya
2023-05-01[lldb] Make the libcxx unique_ptr prettyprinter support custom deleters.Jorge Gorbe Moya
2023-04-17[lldb] Build libcxx unique_ptr and shared_ptr test programs with -glldb.Jorge Gorbe Moya
2023-04-17[lldb][DataFormatter] Fix libcxx std::deque formatter for references and poin...Michael Buch
2023-04-07[clang][DebugInfo] Emit DW_AT_type of preferred name if availableMichael Buch
2023-03-08[lldb][test][NFC] TestDataFormatterCpp.py: Remove redundant FIXMEMichael Buch
2023-03-07Reland "[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for...Michael Buch
2023-03-07Reland "[lldb][TypeSystemClang] Format pointers to member functions as eForma...Michael Buch
2023-03-07[lldb][test] TestDataFormatterCpp.py: set breakpoint after all locals have be...Michael Buch
2023-03-07[lldb][test] TestDataFormatterCpp.py: split assertions failing on WindowsMichael Buch
2023-03-07[lldb][test] TestDataFormatterCpp.py: add test-case for member function point...Michael Buch
2023-03-07Revert "[lldb][TypeSystemClang] Format pointers to member functions as eForma...Michael Buch
2023-03-07Revert "[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for...Michael Buch
2023-03-03[lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for member-...Michael Buch
2023-03-03[lldb][TypeSystemClang] Format pointers to member functions as eFormatHexMichael Buch
2023-02-10[lldb][Test] Check compiler in data forammter compiler version checksMichael Buch
2023-02-02[lldb][Test] Fix import-std-module and data-formatter tests on older compilersMichael Buch
2023-01-31[LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang
2023-01-27Reland "[lldb] Add support for DW_AT_default_value in template params"Michael Buch
2023-01-27[lldb][test] Set minimum compiler_versionsDave Lee
2023-01-27Revert "[lldb] Add support for DW_AT_default_value in template params"David Spickett
2023-01-27[lldb] Add support for DW_AT_default_value in template paramsMichael Buch
2023-01-25[lldb][test] Replace use of p with expression (NFC)Dave Lee
2023-01-03[lldb][Test] TestDataFormatterLibcxxRangesRefView.py: skip on old compiler ve...Michael Buch
2022-11-30[DataFormatter] Fix variant npos with `_LIBCPP_ABI_VARIANT_INDEX_TYPE_OPTIMIZ...Jordan Rupprecht
2022-11-30[lldb][DataFormatter] Add std::ranges::ref_view formatterMichael Buch
2022-11-29[test] Allow libc++ namespaces besides `__1`Jordan Rupprecht
2022-11-29[test] Implement layout for unstable std::string garbage formatter tests.Jordan Rupprecht
2022-11-25Revert "[LLDB] Recognize `std::noop_coroutine()` in `std::coroutine_handle` p...Jason Molenda
2022-11-25Revert "[LLDB] Do not dereference promise pointer in `coroutine_handle` prett...Jason Molenda
2022-11-20[LLDB] Do not dereference promise pointer in `coroutine_handle` pretty printerAdrian Vogelsgesang
2022-11-20[LLDB] Recognize `std::noop_coroutine()` in `std::coroutine_handle` pretty pr...Adrian Vogelsgesang
2022-11-20[lldb] Fix test expectation in `TestCoroutineHandle.py` for 32-bit systemsAdrian Vogelsgesang
2022-11-20Reapply "[LLDB] Devirtualize coroutine promise types for `std::coroutine_hand...Adrian Vogelsgesang
2022-11-11[lldb] Update regex to be less fragile in TestDataFormatterGenericUnorderedDave Lee
2022-11-11Revert "[LLDB] Devirtualize coroutine promise types for `std::coroutine_handle`"Adrian Vogelsgesang
2022-11-11[LLDB] Devirtualize coroutine promise types for `std::coroutine_handle`Adrian Vogelsgesang