gdb cannot understand some type with STL

Eli Zaretskii eliz@gnu.org
Sat Dec 22 10:18:00 GMT 2007


> 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>'



More information about the Gdb mailing list