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: [PATCH 6/6] Add test that exercises the inferior being killed while stopped under GDB


On 03/06/2015 07:58 PM, Pedro Alves wrote:
> This exercises the case of the inferior disappearing while GDB is
> debugging it, such as something doing "kill -9 PID" while the program
> is stopped under GDB or GDBserver.  This triggered a set of internal
> errors, fixed by the previous patches.
> 
> gdb/testsuite/ChangeLog:
> 2015-03-06  Pedro Alves  <palves@redhat.com>
> 
> 	* gdb.base/killed-outside.exp: New file.
> 	* gdb.base/killed-outside.c: New file.

I pushed this in.

Thanks,
Pedro Alves


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