Open lunixbochs opened 8 years ago
gdb will think the cpu has stopped, but it was actually trampolining
can potentially use u.Restart() to fix this, or don't release the lock during trampolines?
u.Restart()
gdb will think the cpu has stopped, but it was actually trampolining