|
From: Sev B. <se...@bn...> - 2004-12-02 20:23:06
|
We just upgraded from gcc 2.95.3 to gcc 3.2.3,
With 2.95.3, Valgrind produces output with the full path ,
i.e. =2528== by 0x810EB6C: StdWindow::StdWindow(void)
(/vobs/apps/EventLinkDisplayNew/EventLinkDisplayNew.cxx:90)
With executables compiled with the new compiler,
Valgrind only produces output with the file name,
i.e. ==3201== by 0x811CD7E: StdWindow::StdWindow()
(EventLinkDisplayNew.cxx:90)
Does anyone know why, or how to get valgrind to produce the entire path ?
Thanks
Sev Binello
|