NetBSD/external/bsd/libproc
kamil 1826c36972 Switch proc_getlwpstatus from PT_LWPINFO to PT_GET_SIGINFO for NetBSD
PT_LWPINFO from FreeBSD is almost never intended to be expressed with
PT_LWPINFO in NetBSD. PT_GET_SIGINFO reads siginfo_t with the signal
information about the event, on FreeBSD siginfo_t is merged into
ptrace_lwpinfo and returns the thread that received the event (not the
first one in a list like on NetBSD).
2019-12-07 19:38:29 +00:00
..
dist Switch proc_getlwpstatus from PT_LWPINFO to PT_GET_SIGINFO for NetBSD 2019-12-07 19:38:29 +00:00
lib bump because of libstdc++ 2017-10-06 19:16:35 +00:00
tests
Makefile
Makefile.inc