0
0
mirror of https://github.com/wolfpld/tracy.git synced 2026-01-18 17:11:26 +01:00

libbacktrace: recognize new Mach-O DWARF sections

Reference: libbacktrace@d48f84034ce3e53e501d10593710d025cb1121db
This commit is contained in:
PewPewCrit
2025-08-04 13:26:35 +03:00
parent c168b308c7
commit 11c9e3fa35

View File

@@ -309,9 +309,9 @@ static const char * const dwarf_section_names[DEBUG_MAX] =
"__debug_abbrev",
"__debug_ranges",
"__debug_str",
"", /* DEBUG_ADDR */
"__debug_addr",
"__debug_str_offs",
"", /* DEBUG_LINE_STR */
"__debug_line_str",
"__debug_rnglists"
};