diff options
author | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-04-28 06:54:32 +0200 |
---|---|---|
committer | Philippe Waroquiers <philippe.waroquiers@skynet.be> | 2019-04-28 06:54:32 +0200 |
commit | fa731fa0d400568fb1fd68c247fc0c55b53c2a2f (patch) | |
tree | 3bade4aaf905efc18e45d5d2d7e5268eba42ff86 /gdb/guile | |
parent | 4cacd8ca8de0f9c22380e5a68cff7ff9f6bd4704 (diff) | |
download | gdb-fa731fa0d400568fb1fd68c247fc0c55b53c2a2f.zip gdb-fa731fa0d400568fb1fd68c247fc0c55b53c2a2f.tar.gz gdb-fa731fa0d400568fb1fd68c247fc0c55b53c2a2f.tar.bz2 |
Follow-up to Support style in 'frame|thread apply'
Fix build problem when configuring with guile.
Fix the forgotten copy of ChangeLog info to ChangeLog.
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); |