|
From: <ba...@ke...> - 2007-07-31 10:25:31
|
Hi! I use valgrind all the time, it's too useful. Do you know if it is possible to embed valgrind in the final program (as only one binary) in console or GUI? Thanks. |
|
From: Nicholas N. <nj...@cs...> - 2007-07-31 22:04:26
|
On Tue, 31 Jul 2007, B=E9renger ARNAUD wrote: > Do you know if it is possible to embed valgrind in the final program (as > only one binary) in console or GUI? Valgrind is statically linked. Combining it with another program, in the= =20 same process, would be difficult. There are GUI front-ends (see=20 valgrind.org), but they run as separate processes. Nick |