Re: --track-origins option is not working
Mark Wielaard <[email protected]>
| Newsgroups | gmane.comp.debugging.valgrind |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2019-07-02 at 15:58 +0530, subhasish Karmakar wrote: > Hi Julian, > "/usr/lib/valgrind/vgpreload_memcheck-arm-linux.so" file is still > stripped > even after rebuilding. > Could you please suggest some way to resolve this issue. A normal build doesn't remove debug information. How did you build exactly? If you follow the build instructions in the README you should get a normal, not stripped vgpreload library. Cheers, Mark