-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Support DWARF-5 #41191
Copy link
Copy link
Closed
Labels
Description
So I decided to create an issues, to include all the details in one place, instead of lots of random comments. So this issues is just and index of related issues.
Right now there are multiple issues with DWARF-5:
- the parser does not supports it (though patches are ready - Support for DWARF-5 in in house DWARF parser #40710, Add support for DWARF-5 (resubmit, in attempt to get core dump) #40772, Add support for DWARF-5 (with clang-15) #41063)
- gdb that is used in stress tests is too old to support it
- Gdb < 10.1 can’t read clang’s DWARF v5 - even though it seems that version that images has should include the fix, but apparently it is not enough - Add support for DWARF-5 (resubmit, in attempt to get core dump) #40772 (comment)
- It seems it also may play bad with SDT - Add support for DWARF-5 (with clang-15) #41063 (comment)
Reactions are currently unavailable