When trying to debug a g++ program (compiled with version 3.0.1) with version 5.0 of 
gdb, the names shown for the function appear in some kind of mangled format (not 
demangled).  This is true even for C function.  Sample output from the where function 
is shown below, referring to the functions
   Parser::compileDeclarations
   Parser::compile

(gdb) where
#0  _ZN6Parser19compileDeclarationsEv (this=0xffbee538) at parser.cpp:175
#1  0x219cc in _ZN6Parser7compileERKSs (this=0xffbee538, fileName=@0xffbefab8)
    at parser.cpp:161
#2  0x1aa4c in main (argc=2, argv=0xffbefb3c) at small.cpp:50
---------------------------------------------
Ron Lancaster
Department of Computer Science
Bowling Green State University
Bowling Green, Ohio 43403-0214   
419-372-8697, FAX 419-372-8061
[EMAIL PROTECTED]
http://www.cs.bgsu.edu/rlancast/


_______________________________________________
Bug-gdb mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gdb

Reply via email to