aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-03-19 18:23:52 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-03-19 18:23:52 +0000
commite97a38f76e90bf0cb06ce6a0459be7a488bf6816 (patch)
treefa5d2a71f70e3125d31e5b72b7fb2715a13a5e9a /gdb/ChangeLog
parent8320cc4fa3784dc5296745898de5357559f8125a (diff)
downloadgdb-e97a38f76e90bf0cb06ce6a0459be7a488bf6816.zip
gdb-e97a38f76e90bf0cb06ce6a0459be7a488bf6816.tar.gz
gdb-e97a38f76e90bf0cb06ce6a0459be7a488bf6816.tar.bz2
gdb/
Code cleanup. * python/py-auto-load.c (source_section_scripts): New variable back_to. Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup with xfree. (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d9b07b0..3059d69 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
+ Code cleanup.
+ * python/py-auto-load.c (source_section_scripts): New variable back_to.
+ Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
+ with xfree.
+ (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
+
+2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
+
* NEWS: Describe new options --init-command=FILE, -ix and
--init-eval-command=COMMAND, -iex.
* main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and