diff options
author | Stu Grossman <grossman@cygnus> | 1993-10-17 09:12:58 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-10-17 09:12:58 +0000 |
commit | fb63d460a77aefc43380ed10f61c3684d9cdca0c (patch) | |
tree | 0e4b7631147fb0f7c3c2a1738a6fb1d3121e89ec /gdb/ChangeLog | |
parent | 18122d8bd35af64d42c23aa753781d24e6454eb5 (diff) | |
download | gdb-fb63d460a77aefc43380ed10f61c3684d9cdca0c.zip gdb-fb63d460a77aefc43380ed10f61c3684d9cdca0c.tar.gz gdb-fb63d460a77aefc43380ed10f61c3684d9cdca0c.tar.bz2 |
* procfs.c: Handle process exits more elegantly by trapping on
entry to _exit. Also, cleanup procinfo list when process dies of
it's own accord (as opposed to being killed).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a156625..ae79f49 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Sun Oct 17 02:06:01 1993 Stu Grossman (grossman at cygnus.com) + + * procfs.c: Handle process exits more elegantly by trapping on + entry to _exit. Also, cleanup procinfo list when process dies of + it's own accord (as opposed to being killed). + Sat Oct 16 20:47:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * config/m88k/xm-dgux.h: Define NO_PTRACE_H. |