|
From: Alex B. <ker...@be...> - 2007-10-01 13:35:51
|
Hi, Valgrind gets very confused with our executable shared object build (which also confuses GDB, see http://sourceware.org/ml/binutils/2007-09/msg00429.html). Does Valgrind use it's own symbol resolution library or some GNU derived stuff? -- Alex, homepage: http://www.bennee.com/~alex/ The Force is what holds everything together. It has its dark side, and it has its light side. It's sort of like cosmic duct tape. |
|
From: Nicholas N. <nj...@cs...> - 2007-10-03 01:30:31
|
On Mon, 1 Oct 2007, Alex Bennee wrote: > Valgrind gets very confused with our executable shared object build > (which also confuses GDB, see > http://sourceware.org/ml/binutils/2007-09/msg00429.html). > > Does Valgrind use it's own symbol resolution library or some GNU derived > stuff? A lot of it is copied from GNU binutils, I believe. Nick |