Benjamin Schindler [mailto:bschind...@inf.ethz.ch] wrote:

> ... the backtrace size used by valgrind is too small... i.e. it
> just shows 10 functions. Is there a way to see more than just that

Use the --num-callers=<number> command line switch. 

best,

--
John Dallman
Parasolid Porting Engineer


-----Original Message-----
From: Benjamin Schindler [mailto:bschind...@inf.ethz.ch] 
Sent: 18 January 2011 15:59
To: valgrind-users@lists.sourceforge.net
Subject: [Valgrind-users] Backtrace size

Hi

I'm currently debugging a program which uses lots of libraries and
sometimes, the backtrace size used by valgrind is too small... i.e. it
just shows 10 functions. Is there a way to see more than just that
(otherwize, I don't know which function of my code actually called the
code, which is inside a library)

Thanks
Benjamin Schindler

------------------------------------------------------------------------
------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to