aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-07-07 22:02:51 +0000
committerKevin Buettner <kevinb@redhat.com>2001-07-07 22:02:51 +0000
commit44312dba28b9d3a9d4f2a414af46f3c59b80a394 (patch)
tree09105480fda5f78f2270ec629c97f37d7bd16cc7 /gdb
parent1d5e060273e081d91eb8134dbfad2a4503e9a891 (diff)
downloadgdb-44312dba28b9d3a9d4f2a414af46f3c59b80a394.zip
gdb-44312dba28b9d3a9d4f2a414af46f3c59b80a394.tar.gz
gdb-44312dba28b9d3a9d4f2a414af46f3c59b80a394.tar.bz2
Allocate/free space associated with saved_entryset and saved_exitset.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3e641c1..1f99bed 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-07 Kevin Buettner <kevinb@redhat.com>
+
+ * procfs.c (create_procinfo): Allocate space for saved_entryset
+ and saved_exitset.
+ (destroy_one_procinfo): Free space allocated to saved_entryset
+ and saved_exitset.
+
2001-07-07 Andrew Cagney <ac131313@redhat.com>
* TODO (5.1): Update.