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:
parent
bf71e34cbf
commit
cc197c8086
|
@ -2355,6 +2355,8 @@ static int target_fill_mem(struct target *target,
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
/* avoid GDB timeouts */
|
||||||
|
keep_alive();
|
||||||
}
|
}
|
||||||
free(target_buf);
|
free(target_buf);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue