Date: Tue, 29 Dec 2015 15:28:44 -0800 From: John Baldwin <jhb@freebsd.org> To: src-committers@freebsd.org Cc: svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r292894 - in head: sys/kern sys/sys tests/sys/kern Message-ID: <1596028.4ekdSm0miH@ralph.baldwin.cx> In-Reply-To: <201512292325.tBTNPQd5022781@repo.freebsd.org> References: <201512292325.tBTNPQd5022781@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, December 29, 2015 11:25:26 PM John Baldwin wrote: > Author: jhb > Date: Tue Dec 29 23:25:26 2015 > New Revision: 292894 > URL: https://svnweb.freebsd.org/changeset/base/292894 > > Log: > Add ptrace(2) reporting for LWP events. > > Add two new LWPINFO flags: PL_FLAG_BORN and PL_FLAG_EXITED for reporting > thread creation and destruction. Newly created threads will stop to report > PL_FLAG_BORN before returning to userland and exiting threads will stop to > report PL_FLAG_EXIT before exiting completely. Both of these events are > only enabled and reported if PT_LWP_EVENTS is enabled on a process. Bah, should have included: Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D4703 I also noticed right after committing that this is missing the manpage updates. Those will come shortly. -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1596028.4ekdSm0miH>