From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12280 invoked by alias); 22 Dec 2007 10:18:07 -0000 Received: (qmail 12270 invoked by uid 22791); 22 Dec 2007 10:18:07 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 22 Dec 2007 10:17:57 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-233-247.inter.net.il [84.229.233.247]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JRK71572 (AUTH halo1); Sat, 22 Dec 2007 12:17:37 +0200 (IST) Date: Sat, 22 Dec 2007 10:18:00 -0000 Message-Id: From: Eli Zaretskii To: "jian shen" CC: gdb@sourceware.org In-reply-to: <8b685e3f0712212124n64194bc7je86bede3a21c3826@mail.gmail.com> (vicshen@gmail.com) Subject: Re: gdb cannot understand some type with STL Reply-to: Eli Zaretskii References: <8b685e3f0712212124n64194bc7je86bede3a21c3826@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00165.txt.bz2 > Date: Sat, 22 Dec 2007 13:24:16 +0800 > From: "jian shen" > > (gdb) whatis std::list > No symbol "list" in namespace "std". Does it work to quote the argument of whatis? Like this: (gdb) whatis 'std::list'