|
From: Tom H. <to...@co...> - 2008-07-09 07:03:45
|
Michael B Allen wrote: > It would be slick if valgrind had an option to *not* discard symbols > for a named library. There are a lot of DSOs being used these days. If it was that easy we'd have done it long since - the problem is that a second DSO might get mapped at the same address and then you get a second set of symbols which overlap. So you need to know which set of symbols applied at the point that the stack trace was recorded. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |