Timo Buhrmester <fstd.l...@gmail.com> wrote: > > but it's limited to Linux, Darwin, and Solaris. > > Last time I checked, FreeBSD also had valgrind working. I wonder > how much effort it would be to port it to NetBSD.
As far as I understand (I had my brushes with valgrind internals) it's mostly the drudgery of, effectively, writing code that annotates all the system calls and all ioctls. And that's not fun, obviously. -uwe