diff options
author | Tom Tromey <tromey@redhat.com> | 2013-05-30 17:13:19 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-05-30 17:13:19 +0000 |
commit | e12fefc804bcbe2d53554390b76f07005632a526 (patch) | |
tree | 094e10dc9c60d6b54cc1df006e14d206d3aad2dc /gdb/ChangeLog | |
parent | 4867f990df59cbde08a2e09471f1ca7c1404a14b (diff) | |
download | gdb-e12fefc804bcbe2d53554390b76f07005632a526.zip gdb-e12fefc804bcbe2d53554390b76f07005632a526.tar.gz gdb-e12fefc804bcbe2d53554390b76f07005632a526.tar.bz2 |
simplify cli-logging.c for analysis
This is another stylistic patch. It changes cli-logging.c to be
analyzable by the checker, again following the method of adding an
outer cleanup and unconditionally calling do_cleanups.
* cli/cli-logging.c (set_logging_redirect): Unconditionally
call do_cleanups.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b8e5f99..5b9e8dd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2013-05-30 Tom Tromey <tromey@redhat.com> + * cli/cli-logging.c (set_logging_redirect): Unconditionally + call do_cleanups. + +2013-05-30 Tom Tromey <tromey@redhat.com> + * varobj.c (c_value_of_root): Call do_cleanups along all return paths. |