Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS "debugging symbols" don't actually include any DWARF #180

Open
dktapps opened this issue Oct 9, 2023 · 0 comments
Open

MacOS "debugging symbols" don't actually include any DWARF #180

dktapps opened this issue Oct 9, 2023 · 0 comments

Comments

@dktapps
Copy link
Member

dktapps commented Oct 9, 2023

Mach-O leaves debugging information in the .o files, and the "debug info" in the actual binary is just a debug map that tells the debugger which .o file to look in. A .dSYM can be created which embeds all this information by using dsymutil, but we're currently not doing that, so the debuginfo provided for MacOS is mostly useless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant