summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/helper/command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/helper/command.c b/src/helper/command.c
index 3cf531b7..968a8e4b 100644
--- a/src/helper/command.c
+++ b/src/helper/command.c
@@ -411,6 +411,8 @@ int command_run_line(command_context_t *context, char *line)
char *words[128] = {0};
int retval;
int i;
+
+ LOG_USER_N("%s", ""); /* Keep GDB connection alive*/
if ((!context) || (!line))
return ERROR_INVALID_ARGUMENTS;