On Fri, Jul 31, 2009 at 9:44 PM, Mathieu Lacage<[email protected]> wrote: > > What I am really curious about is why the backtrace output by valgrind > does not show the symbolic names of my functions. Would someone mind > point me to the code in valgrind which performs symbol lookups so that > I can figure out what I need to do in my loader to make at least this > work ?
It's in coregrind/m_debuginfo/. The FAQ also has a question relating to stack traces that you might find helpful. Nick ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
