To debug Xv6_arm:
use QEMU to dump a execution trace qemu-system-arm -M versatilepb -m 128 -cpu arm1176 -nographic -singlestep \ -d exec,cpu,guest_errors -D qemu.log -kernel kernel.elf
insert show_callstk in the kernel to dump current call stacks.