diff options
Diffstat (limited to 'gdb/utils.c')
-rw-r--r-- | gdb/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/utils.c b/gdb/utils.c index eb75f2e..a266b02 100644 --- a/gdb/utils.c +++ b/gdb/utils.c @@ -1436,8 +1436,8 @@ defaulted_query (const char *ctlstr, const char defchar, va_list args) } /* Automatically answer the default value if the user did not want - prompts. */ - if (! caution) + prompts or the command was issued with the server prefix. */ + if (! caution || server_command) return def_value; /* If input isn't coming from the user directly, just say what |