svn commit: r292894 - in head: sys/kern sys/sys tests/sys/kern

John Baldwin jhb at freebsd.org
Tue Dec 29 23:28:49 UTC 2015


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


More information about the svn-src-all mailing list