This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Implement thread death notification.
- From: Daniel Jacobowitz <drow at false dot org>
- To: Vladimir Prus <vladimir at codesourcery dot com>
- Cc: gdb-patches at sources dot redhat dot com
- Date: Thu, 1 May 2008 16:03:53 -0400
- Subject: Re: [RFA] Implement thread death notification.
- References: <200804262121.51407.vladimir@codesourcery.com>
On Sat, Apr 26, 2008 at 08:21:50PM +0300, Vladimir Prus wrote:
>
> We now have the 'thread-created' MI notification. This patch adds a
> 'thread-exited' notification to match. Are non-MI bits of this
> patch OK?
No, I don't think this is good enough. It's "thread has exited but
only if the target is native GNU/Linux". While for some targets we
will not detect thread exit until "info threads", which is
unfortunate, at least the code to call the observer should be in
generic code. Can't we call it from delete_thread?
Also, please do not commit without documentation for the notification.
--
Daniel Jacobowitz
CodeSourcery