NetBSD/external/bsd/libproc
chs cba709e375 the netbsd version of PT_LWPINFO is different from the freebsd version
in that we use lp_lwpid as an input to say which lwp to operate on.
freebsd passes the lwpid as the pid, which works fine there
since freebsd has globally unique LWP IDs which are also distinct
from process IDs.  the libproc interface that uses this ptrace() call
is only supposed to return info for the process's representative LWP,
so just initialize pl_lwpid to 1 before using it.
2016-04-26 14:29:58 +00:00
..
dist the netbsd version of PT_LWPINFO is different from the freebsd version 2016-04-26 14:29:58 +00:00
lib don't try to do c++ if MKCXX == "no". 2016-03-15 03:17:59 +00:00
tests
Makefile Only build tests if MKATF != no 2016-02-05 10:16:12 +00:00
Makefile.inc Define _KERNTYPES for things that need it. 2016-01-23 21:22:45 +00:00