|
From: Henry K. <hk...@st...> - 2003-12-23 20:05:12
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body> <p>Hello,</p> <p>In the code I am debugging many warnings/errors are nested deep in library function calls.<br> However <i>in Valgrind ... " errors are <b>commoned up</b> using only the <b>top three function locations</b> (the place in the current function, and that of its two immediate callers)."<br> </i>So as the result I get too many warnings/errors bunched together - even though they tend to come from many different code paths.<i><br> </i>Is there a way to change<i> "</i><i><b>top three function locations</b>" </i>to a larger number, like 5-6 or even more<i>.<br> </i></p> Thank you very much for your help<br> <br> -henry<br> <br> </body> </html> |