GDB alive fixes for verify_image

git-svn-id: svn://svn.berlios.de/openocd/trunk@1014 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-10-03 13:25:33 +00:00
parent aef29d913f
commit 316c9b9698
4 changed files with 220 additions and 192 deletions

View File

@@ -2285,6 +2285,10 @@ int handle_verify_image_command(struct command_context_s *cmd_ctx, char *cmd, ch
retval=ERROR_FAIL;
goto done;
}
if ((t%16384)==0)
{
keep_alive();
}
}
}