Hi all,
in my .cfg script I have :
$_TARGETNAME configure -event gdb-attach {
#soft_reset_halt
echo "Board halted on GDB attach."
}And on GDB attach I have : Board halted on GDB attach. Board halted on GDB attach. i.e. event gdb-attach is called two times in a row. Why is this happening ? I am using openocd-0.4.0. BR, Drasko _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
