src/gdb ChangeLog defs.h utils.c ser-pipe.c
devans@sourceware.org
devans@sourceware.org
Wed Dec 14 20:53:00 GMT 2011
CVSROOT: /cvs/src
Module name: src
Changes by: devans@sourceware.org 2011-12-14 20:53:57
Modified files:
gdb : ChangeLog defs.h utils.c ser-pipe.c
Log message:
* defs.h (wait_to_die_with_timeout): Declare.
* utils.c: #include "gdb_wait.h".
(sigalrm_handler, wait_to_die_with_timeout): New functions.
* ser-pipe.c: Don't #include "gdb_wait.h".
(pipe_close): Give child a chance to die on its own after closing
its stdin before SIGTERM'ing it.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13624&r2=1.13625
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/defs.h.diff?cvsroot=src&r1=1.306&r2=1.307
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/utils.c.diff?cvsroot=src&r1=1.268&r2=1.269
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ser-pipe.c.diff?cvsroot=src&r1=1.32&r2=1.33
More information about the Gdb-cvs
mailing list