mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-03 19:59:09 +00:00
hwstep is possible on all linux-x86-64.. dunno why this canstep
This commit is contained in:
parent
1b996d765b
commit
441220dd04
@ -1505,11 +1505,7 @@ RDebugPlugin r_debug_plugin_native = {
|
||||
#elif __x86_64__
|
||||
.bits = R_SYS_BITS_32 | R_SYS_BITS_64,
|
||||
.arch = "x86",
|
||||
#if __linux__
|
||||
.canstep = 0, // XXX it's 1 on some platforms...
|
||||
#else
|
||||
.canstep = 1, // XXX it's 1 on some platforms...
|
||||
#endif
|
||||
#elif __aarch64__ || __arm64__
|
||||
.bits = R_SYS_BITS_16 | R_SYS_BITS_32 | R_SYS_BITS_64,
|
||||
.arch = "arm",
|
||||
|
Loading…
x
Reference in New Issue
Block a user