diff options
author | Doug Evans <dje@google.com> | 2011-12-14 20:53:57 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2011-12-14 20:53:57 +0000 |
commit | 0b6cb71e500807ed48bc5317bb7ec03b073fc0a0 (patch) | |
tree | 876bb7834ffd9b4d1c81f8b97feb39731a6a6664 /gdb/ChangeLog | |
parent | afaabefa90aba4f0e37e7ed865ccd64b66dfa354 (diff) | |
download | gdb-0b6cb71e500807ed48bc5317bb7ec03b073fc0a0.zip gdb-0b6cb71e500807ed48bc5317bb7ec03b073fc0a0.tar.gz gdb-0b6cb71e500807ed48bc5317bb7ec03b073fc0a0.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0cce947..f9d4391 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2011-12-14 Doug Evans <dje@google.com> + + * 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. + 2011-12-14 Joel Brobecker <brobecker@adacore.com> Tom Tromey <tromey@redhat.com> |