|
From: Robert W. <rj...@du...> - 2004-08-20 06:26:12
|
> > My intention was about leak report only. It would be good to have > > some way of notifying (signal) valgrind to generate the report. > > As there could be situations when the above api cant be inserted in > > the code... >=20 > The problem is that if valgrind starting acting on signals it > would break programs which used that signal themselves - there > is no separate valgrind process to send the signal to. One way of doing this is to have Valgrind open a socket and check it for requests generated by a companion client program every so often. Sounds like it might slow things down, though. Should be simple to code up and measure, though. Regards, Robert. --=20 Robert Walsh Amalgamated Durables, Inc. - "We don't make the things you buy." Email: rj...@du... |