You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to strace, SIGILL is catched each time a syscall instruction (replaced by an undefined instruction) is executed. The gdb stub forwards this information to the gdb client (even if instructed to ignore it thanks to handle SIGILL nostop pass noprint) and that slows down its execution.
It prevents some bugs from being investigated because it leads to timeouts. Wild guess: qemu is slower when executed with
-g
?The text was updated successfully, but these errors were encountered: