diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2001-10-11 01:55:58 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2001-10-11 01:55:58 +0000 |
commit | 700b351bda2ac5430482a63fa1efd2f68540a4df (patch) | |
tree | 494fe40824f7abe800d68ac87271b567be765b17 /gdb/ChangeLog | |
parent | b58266b5a917aaf661188b8386cb0613a5703726 (diff) | |
download | gdb-700b351bda2ac5430482a63fa1efd2f68540a4df.zip gdb-700b351bda2ac5430482a63fa1efd2f68540a4df.tar.gz gdb-700b351bda2ac5430482a63fa1efd2f68540a4df.tar.bz2 |
* win32-nat.c (get_child_debug_event): Close file handles created after process
creation and DLL load.
(child_create_inferior): Close unneeded process/thread handle after thread
creation.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7e52cf5..cb151d0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-10-10 Christopher Faylor <cgf@redhat.com> + + * win32-nat.c (get_child_debug_event): Close file handles created after + process creation and DLL load. + (child_create_inferior): Close unneeded process/thread handle after + thread creation. + 2001-10-10 Jim Blandy <jimb@redhat.com> * mn10300-tdep.c (mn10300_analyze_prologue): Doc fixes. |