summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/data-formatter
AgeCommit message (Expand)Author
2021-11-23[formatters] Capping size limitation avoidance for the libcxx and libcpp bits...Danil Stefaniuc
2021-11-23Make some libstd++ formatters saferWalter Erquinigo
2021-11-23Improve optional formatterWalter Erquinigo
2021-11-22[formatters] Add a formatter for libstdc++ optionalWalter Erquinigo
2021-11-22[formatters] Add a libstdcpp formatter for for unordered_map, unordered_set,...Danil Stefaniuc
2021-11-09[formatters] Add a libstdcpp formatter for forward_list and refactor list for...Danil Stefaniuc
2021-11-02[lldb][gmodules] Fix TestDataFormatterGlobals under gmodulesRaphael Isemann
2021-11-01[lldb][gmodules] Fix TestDataFormatterCpp with gmodules on macOSRaphael Isemann
2021-10-30[formatters] Add a libstdcpp formatter for multiset and unify tests across st...Danil Stefaniuc
2021-10-30[formatters] Add a libstdcpp formatter for multimap and unify modify tests ac...Danil Stefaniuc
2021-10-29Cleanup a few more PR36048 skipsDavid Blaikie
2021-10-29[lldb] Make TypeSystemClang::GetFullyUnqualifiedType work for constant arraysPavel Labath
2021-10-27[formatters] Add a libstdcpp formatter for set and unify tests across stdlibsDanil Stefaniuc
2021-10-26[formatters] Add a libstdcpp formatter for bitset and unify tests across stdlibsDanil Stefaniuc
2021-10-22[lldb] Fix TestCompressedVectors after array type name changeRaphael Isemann
2021-10-21Enable libc++ in the build for libcxx initializerlist pretty printersDavid Blaikie
2021-10-21Recommit: Compress formatting of array type names (int [4] -> int[4])David Blaikie
2021-10-14[lldb] Print embedded nuls in char arrays (PR44649)Pavel Labath
2021-10-11[lldb] Make char[N] formatters respect the end of the array (PR44649)Pavel Labath
2021-08-11[lldb] Fix TestFormattersBoolRefPtr on ASJonas Devlieghere
2021-08-06Re-land "[lldb] Upstream support for Foundation constant classes"Jonas Devlieghere
2021-08-06Revert "[lldb] Upstream support for Foundation constant classes"Sterling Augustine
2021-08-06[lldb] Upstream support for Foundation constant classesJonas Devlieghere
2021-06-25Add support for the NSMutableDictionary variant: "__NSFrozenDictionaryM"Jim Ingham
2021-06-25[lldb] Skip TestDataFormatterSynthVal.py with GCC as the test compilerRaphael Isemann
2021-06-25[lldb] Skip libstdc++ tests failing with GCCRaphael Isemann
2021-06-17[lldb] Skip variant/optional libc++ tests for Clang 5/6Raphael Isemann
2021-06-11[lldb] Remove GCC XFAIL for TestTypedefArrayRaphael 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
2021-04-07[LLDB] Clarifying the documentation for variable formatting wrt to qualifiers...Shafik Yaghmour
2021-04-05Revert "Revert "Add support for fetching signed values from tagged pointers.""Jim Ingham
2021-04-04Revert "Add support for fetching signed values from tagged pointers."Jason Molenda
2021-04-01Add support for fetching signed values from tagged pointers.Jim Ingham
2021-02-26[lldb] Add deref support to libc++ unique_ptr syntheticDave Lee
2021-02-23[lldb] Add deref support and tests to shared_ptr syntheticDave Lee
2021-02-06[lldb] Use assertIn/NotIn over assertTrue/False (NFC)Dave Lee
2021-02-03[lldb] Convert more assertTrue to assertEqual (NFC)Dave Lee
2021-02-02[lldb] Convert assertTrue(a == b) to assertEqual(a, b)Dave Lee
2021-01-22[LLDB] Fix how ObjCBOOLSummaryProvider deals with BOOLShafik Yaghmour
2020-11-12[lldb/DataFormatters] Display null C++ pointers as nullptrJonas Devlieghere
2020-11-12[lldb] Introduce a LLDB printing policy for Clang type names that suppressed ...Raphael Isemann
2020-11-10[lldb] [test] Rename '.categories' to 'categories'Michał Górny
2020-11-10[lldb] [test] Skip ObjC-based tests via 'objc' categoryMichał Górny
2020-11-07[lldb] [test] Use skipUnlessDarwin for tests specific to DarwinMichał Górny
2020-11-05[lldb] Enable FreeBSDRemote plugin by default and update test statusMichał Górny
2020-11-03[lldb] [test] Remove xfail from tests that pass on FreeBSDMichał Górny
2020-10-05[lldb/test] Catch invalid calls to expect()Dave Lee
2020-09-28[lldb] Remove nothreadallow from SWIG's __str__ wrappers to work around a Pyt...Raphael Isemann
2020-09-11[lldb] Add test for CFMutableDictionaryRefJonas Devlieghere