gdb: long running "monitor mww" now works w/gdb

invoke keep_alive() to make sure that the default 2000ms
timeout does not trigger.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe 2010-03-17 12:59:33 +01:00
parent bf71e34cbf
commit cc197c8086

View File

@ -2355,6 +2355,8 @@ static int target_fill_mem(struct target *target,
{
break;
}
/* avoid GDB timeouts */
keep_alive();
}
free(target_buf);