Update readme

This commit is contained in:
Jeremy 2023-11-06 17:56:34 -05:00
parent 01ac14ba92
commit 516b0f44ad
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -376,9 +376,9 @@ another system (this is theoretically possible currently but untested).
| ------------------------------------------------ | --------- | | ------------------------------------------------ | --------- |
| DWARF in binary | ✔️ | | DWARF in binary | ✔️ |
| DWARF in separate binary (binary gnu debug link) | ️️✔️ | | DWARF in separate binary (binary gnu debug link) | ️️✔️ |
| DWARF in separate binary (split dwarf) | Soon | | DWARF in separate binary (split dwarf) | ✔️ |
| DWARF in dSYM | ✔️ | | DWARF in dSYM | ✔️ |
| DWARF in via Mach-O debug map | Soon | | DWARF in via Mach-O debug map | Soon |
| Windows debug symbols in PDB | ✔️ | | Windows debug symbols in PDB | ✔️ |
DWARF5 added DWARF package files. As far as I can tell no compiler implements these yet. DWARF5 added DWARF package files. As far as I can tell no compiler implements these yet.