From 44312dba28b9d3a9d4f2a414af46f3c59b80a394 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sat, 7 Jul 2001 22:02:51 +0000 Subject: [PATCH] Allocate/free space associated with saved_entryset and saved_exitset. --- gdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e641c1c76c..1f99bed2959 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-07-07 Kevin Buettner + + * 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 * TODO (5.1): Update. -- 2.30.2