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} Symbol lookup fails when "Generate separate debug info" checked #8

Open
asmaloney opened this issue Dec 4, 2019 · 0 comments

Comments

@asmaloney
Copy link
Owner

When "Generate separate debug info" is checked in Qt Creator, the atos lookup fails.

For starters, the .pri file needs QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO and QMAKE_CPPFLAGS_RELEASE_WITH_DEBUGINFO options modified like the others to turn off optimization.

Then the atos command needs to be changed to handle the external dSYM file (I think?).

I don't plan to do this, but if someone wants to take a swing at it, please feel free.

asmaloney added a commit that referenced this issue Dec 4, 2019
This turns off optimization and PIE so we at least get a reasonable stack in this case. The name lookup fails however, so the names are still mangled.

This addresses part of #8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant