summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-22 06:17:35 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-22 06:17:35 +0000
commit112de7e0a0cd8a4dd491cbbe3d8706ae82f9086b (patch)
treec5560c59fc15528f815c3a79ffe25ad91222581d /gdb/ChangeLog
parent03c621ccee3ab80a8da067409348855471117169 (diff)
downloadgdb-112de7e0a0cd8a4dd491cbbe3d8706ae82f9086b.tar.gz
Purge procfs.c of make_cleanup_func.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 66f413e99ac..c428db679dc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,13 @@
+Mon May 22 15:49:13 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * procfs.c (info_proc_cmd): Use make_cleanup_freeargv.
+ (proc_iterate_over_mappings): Use make_cleanup_close.
+ (proc_get_LDT_entry): Ditto.
+ (do_closedir_cleanup): New function.
+ (proc_update_threads): Use.
+ (do_destroy_procinfo_cleanup): New function.
+ (info_proc_cmd): Use.
+
Mon May 22 15:21:38 2000 Andrew Cagney <cagney@b1.cygnus.com>
* top.h (command_loop_marker): Change signature to match