bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gdb mangled g++ names


From: Ron Lancaster
Subject: gdb mangled g++ names
Date: Tue, 30 Oct 2001 16:58:22 -0500

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, address@hidden)
    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
address@hidden
http://www.cs.bgsu.edu/rlancast/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]