Re: [Qemu-devel] debug qemu-arm

2005-06-28 Thread Paul Brook
> 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

[Qemu-devel] debug qemu-arm

2005-06-28 Thread Chen.James
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