diff options
author | Tom Tromey <tromey@redhat.com> | 2013-05-30 16:25:49 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-05-30 16:25:49 +0000 |
commit | 27833de78f4f6b7c96482732e3b09b5b9a370e0f (patch) | |
tree | 89683f59d972528a2815bcf31e767c99f0870998 /gdb/ChangeLog | |
parent | 5b3fca71ae2013ecb997f9d71c3fc7dfdf69936d (diff) | |
download | gdb-27833de78f4f6b7c96482732e3b09b5b9a370e0f.zip gdb-27833de78f4f6b7c96482732e3b09b5b9a370e0f.tar.gz gdb-27833de78f4f6b7c96482732e3b09b5b9a370e0f.tar.bz2 |
fix print_command_1
This is a stylistic patch to make it so the checker can analyze
print_command_1. This amounts to installing an outer cleanup and
unconditionally invoking it.
* printcmd.c (print_command_1): Unconditionally call do_cleanups.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e608b0a..86c6369 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2013-05-30 Tom Tromey <tromey@redhat.com> + * printcmd.c (print_command_1): Unconditionally call do_cleanups. + +2013-05-30 Tom Tromey <tromey@redhat.com> + * cli/cli-cmds.c (cd_command, alias_command): Call do_cleanups. * cli/cli-dump.c (restore_binary_file): Call do_cleanups. * interps.c (interpreter_exec_cmd): Call do_cleanups. |