From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18701 invoked by alias); 22 Dec 2007 10:35:18 -0000 Received: (qmail 18692 invoked by uid 22791); 22 Dec 2007 10:35:17 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.178) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 22 Dec 2007 10:35:13 +0000 Received: by wa-out-1112.google.com with SMTP id l35so1104446waf.12 for ; Sat, 22 Dec 2007 02:35:12 -0800 (PST) Received: by 10.114.37.1 with SMTP id k1mr2660724wak.6.1198319712146; Sat, 22 Dec 2007 02:35:12 -0800 (PST) Received: by 10.114.122.3 with HTTP; Sat, 22 Dec 2007 02:35:12 -0800 (PST) Message-ID: <8b685e3f0712220235r34ed5fabp24f6dff38e15ad4b@mail.gmail.com> Date: Sat, 22 Dec 2007 10:35:00 -0000 From: "jian shen" To: "Eli Zaretskii" Subject: Re: gdb cannot understand some type with STL Cc: gdb@sourceware.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8b685e3f0712212124n64194bc7je86bede3a21c3826@mail.gmail.com> 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/msg00166.txt.bz2 It doesn't work, but the error message is a little different. (gdb) whatis std::list No symbol "list" in namespace "std". (gdb) whatis 'std::list' No symbol "std::list" in current context. On 12/22/07, Eli Zaretskii wrote: > > Does it work to quote the argument of whatis? Like this: > > (gdb) whatis 'std::list' >