|
From: Nicholas N. <nj...@ca...> - 2003-10-24 08:25:34
|
On Thu, 23 Oct 2003, Mathieu Malaterre wrote: > Hum, could someone else confirm on this. I thought valgrind could be > ported on *BSD too. > > Finally what is the main problem -if there is only one- that prevent > valgrind to be used under cygwin ? Valgrind does lots of low-level interaction with the operating system. I don't know how cygwin works, but I'd be surprised if Valgrind worked with it, for this reason. I've heard about some *BSD port attempts, that they can run small programs but don't handle anything difficult like signals. I don't know if there's anything public available, though. N |