Apple Silicon can hwstep ##debugger

This commit is contained in:
pancake 2022-03-28 11:19:58 +02:00
parent c6114fda6e
commit 167eb98179

View File

@ -1616,7 +1616,11 @@ RDebugPlugin r_debug_plugin_native = {
#elif __aarch64__ || __arm64__
.bits = R_SYS_BITS_32 | R_SYS_BITS_64,
.arch = "arm",
#if __APPLE__
.canstep = true,
#else
.canstep = false,
#endif
#elif __arm__
.bits = R_SYS_BITS_16 | R_SYS_BITS_32 | R_SYS_BITS_64,
.arch = "arm",