|
From: Philippe W. <phi...@sk...> - 2009-08-12 21:06:18
|
> Here is the last message I could find on the subject: > http://sourceforge.net/mailarchive/message.php?msg_id=001301c871b1%249ef18e80%240202a8c0%40soleil > the progress appears to have stopped 1.5 years ago :-( I started this gdb stub a while ago now, but stopped because a more complete gdb stub was implemented as part of a valgrind port to MacOS, which has now been integrated in 3.5.0 I have not checked the valgrind SVN version to see if this part of the port (the gdb stub) has also been integrated. If this gdb stub is integrated in valgrind 3.5.0, that will be a very good starting point to implement some nice valgrind&gdb functionalities (like "incremental leak search" using gdb breakpoints, break when this mem becomes freed, etc etc). I think Nick Nethercote has done a lot of work to integrate the MacOS port in valgrind. I suppose he can indicate if the stub is integrated and if not, what are the difficulties and/or remaining work to do to integrate it and if there are some plans to integrate it. Philippe |