This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Wait for exit after "target remote |"


> 2010-08-30  Daniel Jacobowitz  <dan@codesourcery.com>
> 
> 	* config.in, configure: Regenerated.
> 	* configure.ac: Check for waitpid.
> 	* ser-pipe.c (pipe_close): Wait for the program to exit.

FWIW, I think that this is an improvement over the previous situation.
Leaving processes behind can be disastrous, whereas I also think that
the chances of a process not dying after a SIGTERM are slim (likely
unintentional).

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]