This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gdb/34: g++ v3 functions show as "inheritance2() ()"


The following reply was made to PR gdb/34; it has been noted by GNATS.

From: Michael Elizabeth Chastain <chastain@cygnus.com>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: gdb/34: g++ v3 functions show as "inheritance2() ()"
Date: Sun, 25 Feb 2001 12:10:08 -0800

 The v3 demangler does not even have a DMGL_PARAMS option --
 it always shows parameters.
 
 I can fix this by making print_frame just use SYMBOL_SOURCE_NAME
 all the time and then strip off the "(...)" by hand.  That localizes
 all the changes to print_frame (and makes it simpler than it used to be).
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]