Stream: git-wasmtime

Topic: wasmtime / PR #4468 Enable generating debug symbols on AA...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 19 2022 at 18:29):

jeffcharles opened PR #4468 from jeffcharles.add-apple-silicon-support-for-debugging to main:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

This PR enables generating debug symbols for AArch64 as described in #4393.

This PR does this by using the same implementation as x86_64. This is needed or an error message is output and compilation fails when enabling generating debug symbols. I've tested debugging a few compiled modules on my M1 with LLDB and debugging seems to work reasonably well (or at least as well as on x86).

view this post on Zulip Wasmtime GitHub notifications bot (Jul 19 2022 at 18:30):

jeffcharles edited PR #4468 from jeffcharles.add-apple-silicon-support-for-debugging to main:

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

This PR enables generating debug symbols for AArch64 as described in #4393.

This PR does this by using the same implementation as x86_64. This is needed or an error message is output and compilation fails when enabling generating debug symbols. I've tested debugging a few compiled modules on my M1 with LLDB and debugging seems to work reasonably well (or at least as well as on x86).

I'm not sure whom to add as a reviewer as there are no suggestions on the right.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 19 2022 at 18:59):

jameysharp submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 19 2022 at 19:01):

cfallin submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 19 2022 at 19:01):

cfallin has enabled auto merge for PR #4468.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 19 2022 at 19:12):

cfallin merged PR #4468.


Last updated: Oct 23 2024 at 20:03 UTC