diff options
Diffstat (limited to 'gdb/guile')
-rw-r--r-- | gdb/guile/guile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/guile/guile.c b/gdb/guile/guile.c index faf7f33..9247fd6 100644 --- a/gdb/guile/guile.c +++ b/gdb/guile/guile.c @@ -307,7 +307,7 @@ gdbscm_execute_gdb_command (SCM command_scm, SCM rest) scoped_restore preventer = prevent_dont_repeat (); if (to_string) - to_string_res = execute_command_to_string (command, from_tty); + to_string_res = execute_command_to_string (command, from_tty, false); else execute_command (command, from_tty); |