|
From: Benjamin S. <bsc...@in...> - 2011-01-18 16:00:08
|
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 |
|
From: Yeshurun, M. <mei...@in...> - 2011-01-18 16:06:49
|
--num-callers=n -----Original Message----- From: Benjamin Schindler [mailto:bsc...@in...] Sent: Tuesday, January 18, 2011 5:59 PM To: val...@li... 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 Val...@li... https://lists.sourceforge.net/lists/listinfo/valgrind-users --------------------------------------------------------------------- Intel Israel (74) Limited This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies. |
|
From: Benjamin S. <bsc...@in...> - 2011-01-18 16:07:20
|
Thank you! On 01/18/2011 05:06 PM, Yeshurun, Meir wrote: > --num-callers=n > > -----Original Message----- > From: Benjamin Schindler [mailto:bsc...@in...] > Sent: Tuesday, January 18, 2011 5:59 PM > To: val...@li... > 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 > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > --------------------------------------------------------------------- > Intel Israel (74) Limited > > This e-mail and any attachments may contain confidential material for > the sole use of the intended recipient(s). Any review or distribution > by others is strictly prohibited. If you are not the intended > recipient, please contact the sender and delete all copies. > |
|
From: Dallman, J. <joh...@si...> - 2011-01-18 16:09:14
|
Benjamin Schindler [mailto:bsc...@in...] 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:bsc...@in...] Sent: 18 January 2011 15:59 To: val...@li... 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 Val...@li... https://lists.sourceforge.net/lists/listinfo/valgrind-users |