On Saturday 19 September 2009, Freddie Chopin wrote:
> I don't know how should the GDB initialization commands look like:
> 
> monitor reset init
> load
> (let's call that "v1")

That should work.  If it doesn't, there's a bug lurking somewhere.


> or maybe:
> 
> monitor reset halt
> monitor reset init
> load
> (let's call that "v2")

"reset init" is "reset halt" plus execution of the "reset-init"
event handler.  So if v2 behavior *differs* in any way from v1
behaviour, this is a bug ... doing "reset halt" twice should be
exactly equivalent to doing it once.

- Dave


_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to