-
Notifications
You must be signed in to change notification settings - Fork 479
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 with libunwind do not work. #326
Comments
In addition to the missing semi-colon, it might not properly copy the
registers from the context as the comment indicates. Are you on macos
x86_32? Because that is what this section of the code is for. If you are
willing, you could try to port the x86_64 code to the x86_32 version and
submit a pull request <3
…On Thu, Jan 11, 2024, 10:10 NEWPLAN ***@***.***> wrote:
the code in
https://github.com/bombela/backward-cpp/blob/master/backward.hpp#L1023
raise syntax error for missing a ';'.
—
Reply to this email directly, view it on GitHub
<#326>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABUZDARSIHLI7RI56PS263YN6UB3AVCNFSM6AAAAABBWEJJKCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3TMMJQHA2DQMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks for your reply. '''
and I have found a macro named " __arm64__ " in my compiler toolchain (the command is 'echo | gcc -dM -E - | grep -i arm'). |
the code in https://github.com/bombela/backward-cpp/blob/master/backward.hpp#L1023 raise syntax error for missing a ';'.
The text was updated successfully, but these errors were encountered: