Skip to content

Commit 11c9e3f

Browse files
committed
libbacktrace: recognize new Mach-O DWARF sections
Reference: libbacktrace@d48f84034ce3e53e501d10593710d025cb1121db
1 parent c168b30 commit 11c9e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎public/libbacktrace/macho.cpp‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,9 @@ static const char * const dwarf_section_names[DEBUG_MAX] =
309309
"__debug_abbrev",
310310
"__debug_ranges",
311311
"__debug_str",
312-
"", /* DEBUG_ADDR */
312+
"__debug_addr",
313313
"__debug_str_offs",
314-
"", /* DEBUG_LINE_STR */
314+
"__debug_line_str",
315315
"__debug_rnglists"
316316
};
317317

0 commit comments

Comments
 (0)