[Lldb-commits] [lldb] [lldb] Update the String table offset based on the DWARF format (PR #147054)

Hemang Gadhavi via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 14 02:41:54 PDT 2025


================
@@ -84,3 +84,100 @@ TEST(DWARF64UnitTest, DWARF64DebugInfoAndCU) {
   ASSERT_TRUE(declaration.IsValid());
   ASSERT_EQ(declaration.Tag(), DW_TAG_subprogram);
 }
+
+TEST(DWARF64UnitTest, DWARF5StrTable) {
+  const char *yamldata = R"(
+--- !ELF
+FileHeader:
+  Class:   ELFCLASS64
+  Data:    ELFDATA2LSB
----------------
HemangGadhavi wrote:

Thanks Modified to Big-endian. 

https://github.com/llvm/llvm-project/pull/147054


More information about the lldb-commits mailing list