[Lldb-commits] [lldb] [llvm] [lldb][DWARF64] Enable support for DWARF64 format handling (PR #145645)

Hemang Gadhavi via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 1 03:13:56 PDT 2025


================
@@ -175,15 +174,16 @@ static FormSize g_form_sizes[] = {
     {1, 8},  // 0x14 DW_FORM_ref8
     {0, 0},  // 0x15 DW_FORM_ref_udata
     {0, 0},  // 0x16 DW_FORM_indirect
-    {1, 4},  // 0x17 DW_FORM_sec_offset
+    {0,
+     0}, // 0x17 DW_FORM_sec_offset (4 bytes for DWARF32, 8 bytes for DWARF64)
----------------
HemangGadhavi wrote:

It exceeds 80 characters when written on a single line, so to avoid and It auto set by clang-format.  

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


More information about the lldb-commits mailing list