Hi Oyvind,

On 9/1/09, Øyvind Harboe <[email protected]> wrote:
>
> Fixed in head of GDB?
>
> http://www.nabble.com/Patch-for-the-gdb-problem-%C2%ABValue-being-assigned--to-is-no-longer-active%C2%BB-td23615004.html
>

Thank you very much!

>> Is there any other way to setup the PC to right position?
>
> I've always used a "monitor reg pc xxx" command, even with other
> hardware debuggers. Never trusted GDB to do this :-)
>

Still not working:

(gdb) target remote :3333
Remote debugging using :3333
0xd8000000 in ?? ()
(gdb) monitor reg pc 0xd8000050
pc (/32): 0xD8000050
(gdb) si
0xd8000000 in ?? ()
Infinite loop detected
(gdb)

(gdb) monitor reg pc 0xd8000050
pc (/32): 0xD8000050
(gdb) info reg
r0             0x7453646a       1951622250
r1             0x4b4c4c3e       1263291454
r2             0x56905a50       1452300880
r3             0x3662b5f2       912438770
r4             0x68002683       1744840323
r5             0x61120b0        101785776
r6             0x951222d1       2500993745
r7             0x36ad8be1       917343201
r8             0x20af44b6       548357302
r9             0x200312d2       537072338
r10            0x8802280        142615168
r11            0x200000 2097152
r12            0x10236036       270753846
sp             0x6436a1eb       0x6436a1eb
lr             0x82a3e65e       2191779422
pc             0xd8000000       0xd8000000
fps            0x0      0
cpsr           0xd3     211
(gdb)



Is this a BUG on OpenOCD?

Best Regards,

Alan
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to