Hi, attached is a simple patch to fix gdb keep_alive messages for the MIPS target.
Cheers, John McCarthy
Index: src/target/mips_ejtag.c =================================================================== --- src/target/mips_ejtag.c (revision 1294) +++ src/target/mips_ejtag.c (working copy) @@ -144,6 +144,8 @@ return retval; } + keep_alive(); + return ERROR_OK; }
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
