mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-27 00:05:10 +00:00
parent
8c96a90d09
commit
e82a638006
@ -104,7 +104,11 @@ int linux_handle_signals (RDebug *dbg) {
|
||||
*/
|
||||
RDebugReasonType linux_ptrace_event (RDebug *dbg, int pid, int status) {
|
||||
ut32 pt_evt;
|
||||
#if __powerpc64__ || __arm64__ || __aarch64__ || __x86_64__
|
||||
ut64 data;
|
||||
#else
|
||||
ut32 data;
|
||||
#endif
|
||||
|
||||
/* we only handle stops with SIGTRAP here */
|
||||
if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGTRAP) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user