Searched refs:TestDumpWithAddress (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Core/ |
| H A D | DumpDataExtractorTest.cpp | 21 static void TestDumpWithAddress(uint64_t base_addr, size_t item_count, in TestDumpWithAddress() function 36 TestDumpWithAddress(0x12341234, 1, "0x12341234: 0x11"); in TEST() 37 TestDumpWithAddress(LLDB_INVALID_ADDRESS, 1, "0x11"); in TEST() 38 TestDumpWithAddress(0x12341234, 2, "0x12341234: 0x11\n0x12341235: 0x22"); in TEST() 39 TestDumpWithAddress(LLDB_INVALID_ADDRESS, 2, "0x11\n0x22"); in TEST()
|