diff options
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-script.c b/gdb/cli/cli-script.c index d124d3a..361ead4 100644 --- a/gdb/cli/cli-script.c +++ b/gdb/cli/cli-script.c @@ -1057,7 +1057,7 @@ process_next_line (const char *p, struct command_line **command, catch (const gdb_exception &ex) { free_command_lines (command); - throw_exception (ex); + throw; } } |