mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-24 05:40:10 +00:00
Apple Silicon can hwstep ##debugger
This commit is contained in:
parent
c6114fda6e
commit
167eb98179
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user