|
From: Jeremy F. <je...@go...> - 2005-03-12 21:09:04
|
Tom Hughes wrote:
>The library isn't much use if it has dependencies. The output from
>running "objdump -G" on it might be, but only if we can work which
>stab is causing the crash.
>
I think if you just mmap the whole thing in, Valgrind will think it is
an object file and parse all the pieces, even though it isn't being used
as a library.
J
|