Re: utrace and thread termination

2007-11-14 Thread Stephane Eranian
Roland, On Tue, Nov 13, 2007 at 06:04:02PM -0800, Roland McGrath wrote: Inside the kernel, you can use utrace for this. At the moment, there is no new canonical user-level interface that hooks into the utrace facilities. Yes, I would need this at the user level for monitoring tools to detect

Re: utrace and thread termination

2007-11-13 Thread Roland McGrath
Inside the kernel, you can use utrace for this. At the moment, there is no new canonical user-level interface that hooks into the utrace facilities. So if you are looking for a replacement for ptrace in that sense, the utrace layer per se does not fulfill that role by itself. If you already have