> It will report the following messages:
>
> Starting program: /home/qemu/arm-user/qemu-arm /home/qemu/tests/hello-arm
> Warning:
> Cannot insert breakpoint 1.
> Error accessing memory address 0x1c7da: Input/output error.
>
> If I remove breakpoint at main and run it, it will be OK, Will yo
Hi:
I try to debug qemu-arm like the following:
cd /home/qemu/arm-user/
gdb qemu-arm
set args /home/qemu/tests/hello-arm
br main
run
It will report the following messages:
Starting program: /home/qemu/arm-user/qemu-arm /home/qemu/tests/hello-arm
Warn