cba709e375
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. |
||
---|---|---|
.. | ||
dist | ||
lib | ||
tests | ||
Makefile | ||
Makefile.inc |