This is the mail archive of the gdb-prs@sourceware.org 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]

Re: c++/2391: GDB does not understand pointer of STL class


The following reply was made to PR c++/2391; it has been noted by GNATS.

From: =?iso-8859-1?q?Andr=E9_P=F6nitz?= <apoenitz@trolltech.com>
To: gdb-gnats@sources.redhat.com,
 vicshen@gmail.com,
 gdb-prs@sources.redhat.com
Cc:  
Subject: Re: c++/2391: GDB does not understand pointer of STL class
Date: Wed, 6 Aug 2008 17:07:06 +0200

 http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=3Dview%20audit-trail&database=
 =3Dgdb&pr=3D2391
 
 It "works" with
 
  whatis 'std::list<int,std::allocator<int> >'*
 
 i.e. quote everything but the star. Don't ask me why.
 And it's hard to automize...
 
 Andr=E9


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