From: owner-d0rug@listserv.fnal.gov on behalf of Herbert Greenlee [greenlee@fnal.gov] Sent: Tuesday, November 11, 2003 10:59 AM To: d0rug@fnal.gov Subject: totalview v6_1 and kai Hello, I have learned something about totalview v6_1 which I thought I would share with the collaboration. It was previously reported that totalview v6_1 didn't work right with p14 (kai), that some debug symbols weren't loaded. Alan responded that totalview v6_1 was intended to work with g++ (I haven't tried it), but that totalview v5_0 is still available and works with kai. I think I have discovered why totalview v6_1 doesn't work with kai. The problem is not the loading of debug symbols, but that the c++ demangle style is set incorrectly (presumably it is using gnu-style demangling by default, but I'm not sure). You can specify kai-style demangling using the command line option: totalview -demangler=kai_4_0 ... If you do this, c++ name demangling works properly in p14. Symbol lookup works too. Herb