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:
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user