This is the mail archive of the gdb@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]
Other format: [Raw text]

Is it possible to debug with namespace now?


Hi all,

I am currently experiencing new problems since I've updated my version
of  redhat, and I cannot access variables content.
When I try I obtain this kind of message for myclass in the namespace cal:

can't find class named `cal::myclass<float>', as given by C++ RTTI

I've seen that some previous postings where on the same subject. Since
some of them are from September, I was curious to know if there is an
update.

I tried to download the new branch of gdb, but the command failed:

> cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co -r
gdb_5_3-branch gdb+dejagnu
cvs checkout: authorization failed: server sources.redhat.com rejected
access to /cvs/src for user anoncvs
cvs checkout: used empty password; try "cvs login" with a real password

Here are some outputs from my system.
I hope someone can help.
Thank you very much.

Thomas (TDeschamps@lbl.gov)

> uname -a
Linux babycake 2.4.18-18.8.0 #1 Thu Nov 14 00:10:29 EST 2002 i686 i686
i386 GNU/Linux

>gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --host=i386-redhat-linux --with-system-zlib
--enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)

> gdb -v
GNU gdb Red Hat Linux (5.2.1-4)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux".



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