diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/target/target.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/target/target.c b/src/target/target.c index 91fe7874..2c88a6fd 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -2355,6 +2355,8 @@ static int target_fill_mem(struct target *target, { break; } + /* avoid GDB timeouts */ + keep_alive(); } free(target_buf); |