This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Which version of gdb supports gcc 3.0 ABI?
- To: gcc at gcc dot gnu dot org, rodrigc at mediaone dot net
- Subject: Re: Which version of gdb supports gcc 3.0 ABI?
- From: Bryce McKinlay <bryce at albatross dot co dot nz>
- Date: Tue, 13 Mar 2001 22:02:04 +1300
> Which version of gdb can correctly demangle gcc 3.0 mangled
> names? My version of gdb 5.0 cannot.
>
GDB 5.1 will support V3 symbol demangling (hopefully the release
schedules will be co-ordinated so that GDB 5.1 is available before/when
GCC 3.0 ships?). For now, you can grab the latest GDB out of CVS, or
perhaps just recompile your current GDB with an updated libiberty.
regards
[ bryce ]