|
From: Ed M. <em...@fr...> - 2010-03-11 02:17:56
|
On Mon, Mar 08, 2010 at 07:25:15AM +1100, Nicholas Nethercote wrote: > On Mon, Mar 8, 2010 at 1:31 AM, Edd Barrett <ve...@gm...> wrote: > > > > Are there any plans to bring valgrind to OpenBSD? > > > > Out of curiosity I went adding targets to configure.in and figuring > > out what data types need to be defined, but it seems quite in-depth. > > It looks like a VKI must be written for OpenBSD (and probably more?). > > It's quite a lot of work. I believe there's an unofficial FreeBSD > port that's reasonably function. http://wiki.freebsd.org/Valgrind > looks like it, but others may have more to add. I created the wiki entry mentioned above to track progress and collect links as we put the finishing touches on the valgrind port. For anyone who's just looking to use Valgrind on FreeBSD, installing from the FreeBSD ports tree (devel/valgrind) is the way to go and it should just work without any extra effort. The Perforce tree, where the port development took place, can be viewed at <http://p4db.freebsd.org/depotTreeBrowser.cgi?FSPC=//depot/projects/valgrind&HIDEDEL=NO> or to see the changesets <http://p4db.freebsd.org/changeList.cgi?CMD=changes&FSPC=//depot/projects/valgrind/...> I would really like to see if there's a possibility of integrating these changes upstream. -Ed |