This is the mail archive of the gdb@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: gdb cannot understand some type with STL


> Date: Sat, 22 Dec 2007 13:24:16 +0800
> From: "jian shen" <vicshen@gmail.com>
> 
> (gdb) whatis std::list<int>
> No symbol "list<int>" in namespace "std".

Does it work to quote the argument of whatis?  Like this:

 (gdb) whatis 'std::list<int>'


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