openocd and debuging internal cpu register ?

hi all,

I have some question about the reset process of the opencod.

1- does openocd reset the cpu like a hard reset does ? (like put all register in a reset state ?)

2- is it possible to see all the internal register or a specific register directly in eclipse ? if yes how ?

regards

Jonathan

This depends on your config script.

Registers are just memory mapped, so just have a look at the memory location - be careful though as some registers can be cleared by a memory read (device specific).

Regards

Spen