iPad 版调试中断

发布于 2024-09-11 05:46:25 字数 212 浏览 5 评论 0原文

我想为 iPad 制作 DebugBreak 并发现 asm{trap} 应该可以工作,但有一个问题:如果我使用 asm{trap} 我有错误:asm 块未启用,请使用 `-fasm-blocks'。如果启用 -fasm-blocks,则会出现另一个错误:ARM 不支持 -fasm-blocks 选项。

您知道另一种实现 DebugBreak 或使 asm 代码在 iPad 上编译的方法吗?

I want to make DebugBreak for iPad and found that asm{trap} should work, but there is a problem: if I use asm{trap} I have error: asm blocks not enabled, use `-fasm-blocks'. If I enable -fasm-blocks I have another error: -fasm-blocks option not supported for ARM.

Do you know another way to implement DebugBreak or to make asm code compile on the iPad?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

|煩躁 2024-09-18 05:46:25

我发现并解决了这个问题: http://en.wikipedia.org/wiki/SIGTRAP

I found and work-around this problem: http://en.wikipedia.org/wiki/SIGTRAP

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文