开发者

DebugBreak for iPad

开发者 https://www.devze.com 2023-01-08 16:07 出处:网络
I want to make DebugBreak for iPad and found that asm{trap} should work, but开发者_JAVA百科 there is a problem: if I use asm{trap} I have error: asm blocks not enabled, use `-fasm-blocks\'. If I enabl

I want to make DebugBreak for iPad and found that asm{trap} should work, but开发者_JAVA百科 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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消