aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-04-17 20:48:20 +0000
committerDoug Evans <dje@google.com>2012-04-17 20:48:20 +0000
commite0088cfdc713f852a4e85aab36d67a91293e9ede (patch)
tree743059952b89e7d2ea43bc6d25abe3ea3af6059c /gdb/ChangeLog
parentea2d813e519466eb6f73b7545b5628aa0b0a8b52 (diff)
downloadgdb-e0088cfdc713f852a4e85aab36d67a91293e9ede.zip
gdb-e0088cfdc713f852a4e85aab36d67a91293e9ede.tar.gz
gdb-e0088cfdc713f852a4e85aab36d67a91293e9ede.tar.bz2
* utils.c (make_cleanup_freeargv): Use make_cleanup instead of
make_my_cleanup. (make_cleanup_dyn_string_delete): Ditto. (make_cleanup_ui_file_delete): Ditto. (make_cleanup_ui_out_redirect_pop): Ditto. (make_cleanup_free_section_addr_info): Ditto. (make_cleanup_restore_integer): Ditto. (make_cleanup_unpush_target): Ditto. (make_cleanup_value_free_to_mark): Ditto. (make_cleanup_value_free): Ditto. (make_cleanup_free_so): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 642b978..8746d78 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,17 @@
+2012-04-17 Doug Evans <dje@google.com>
+
+ * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
+ make_my_cleanup.
+ (make_cleanup_dyn_string_delete): Ditto.
+ (make_cleanup_ui_file_delete): Ditto.
+ (make_cleanup_ui_out_redirect_pop): Ditto.
+ (make_cleanup_free_section_addr_info): Ditto.
+ (make_cleanup_restore_integer): Ditto.
+ (make_cleanup_unpush_target): Ditto.
+ (make_cleanup_value_free_to_mark): Ditto.
+ (make_cleanup_value_free): Ditto.
+ (make_cleanup_free_so): Ditto.
+
2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
New option "set debug auto-load".