paulfloyd / freebsd_valgrind

Git repo used to Upstream the FreeBSD Port of Valgrind
GNU General Public License v2.0
15 stars 4 forks source link

pdkill looks badly wrong #190

Closed paulfloyd closed 2 years ago

paulfloyd commented 2 years ago

It only does a ML_(do_sigkill) for SIGKILL, otherwise it does nothing.

And I'm not sure that the fd is exactly the same as a tid.

Need to add some printfs to see if they are the same. If not ????

paulfloyd commented 2 years ago

commit 034e5d2242e8a01fba16efcf63af186605a35a09 (HEAD -> master, origin/master, origin/HEAD) Author: Paul Floyd pjfloyd@wanadoo.fr Date: Tue May 24 23:39:12 2022 +0200

Fixes for FreeBSD pdkill syscall wrapper