Re: valgrind on FreeBSD 7

2008-04-14 Thread Xin LI
Simon Barner wrote: Mike Silbersack wrote: On Mon, 17 Mar 2008, Heiko Wundram wrote: Hey all! It's been some time now, and I just wanted to ping quietly whether there's any chance to get (a preview of) the valgrind adapted for FreeBSD 7. out is a futile task, I guess, as I didn't manage to

"visualize" kernel memory allocations

2008-04-14 Thread Volker
Hi hackers! I need to hunt kernel memory allocations done by a kld. Unfortunately the kld in question is a blob, no access to source code, so I need to check for kmem_alloc() + kmem_malloc() + kmem_free() and print information from there to the console screen. >From within these functions, I need