aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-05-30 17:37:12 +0000
committerTom Tromey <tromey@redhat.com>2013-05-30 17:37:12 +0000
commit45475de718b57eb446a47b773658729b24da1583 (patch)
tree37508e0d2ee816c854a55db9fa6e1bceb6df7dd1 /gdb/ChangeLog
parentac5007fd4ee52830df95bef29e4ad6a4a33d0e48 (diff)
downloadgdb-45475de718b57eb446a47b773658729b24da1583.zip
gdb-45475de718b57eb446a47b773658729b24da1583.tar.gz
gdb-45475de718b57eb446a47b773658729b24da1583.tar.bz2
fix mi-cmd-var.c
This is a stylistic change in mi-cmd-var.c that adds outer cleanups where needed by the checker. * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 14b51d9..620af90 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2013-05-30 Tom Tromey <tromey@redhat.com>
+ * mi/mi-cmd-var.c (varobj_update_one): Add an outer null cleanup.
+
+2013-05-30 Tom Tromey <tromey@redhat.com>
+
* cli/cli-script.c (read_command_lines_1): Use a null cleanup
for 'old_chain'. Do not check 'head' before processing
cleanups.