From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10221 invoked by alias); 12 Dec 2003 21:09:42 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10213 invoked from network); 12 Dec 2003 21:09:41 -0000 Received: from unknown (HELO hawaii.kealia.com) (209.3.10.89) by sources.redhat.com with SMTP; 12 Dec 2003 21:09:41 -0000 Received: by hawaii.kealia.com (Postfix, from userid 2049) id 64D7CC6C7; Fri, 12 Dec 2003 13:09:41 -0800 (PST) To: Nick Roberts Cc: Andrew Cagney , jmolenda@apple.com, gdb-patches@sources.redhat.com Subject: Re: RFC (gdb/mi): -stack-list-locals References: <16319.64137.458928.417189@nick.uklinux.net> <3FC3F85F.8050007@gnu.org> <16332.423.456414.834703@nick.uklinux.net> <16341.13503.256676.933542@nick.uklinux.net> <3FD75E64.1020508@gnu.org> <16346.10340.488095.107663@nick.uklinux.net> From: David Carlton Date: Fri, 12 Dec 2003 21:09:00 -0000 In-Reply-To: <16346.10340.488095.107663@nick.uklinux.net> (Nick Roberts's message of "Fri, 12 Dec 2003 20:43:16 +0000") Message-ID: User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00339.txt.bz2 On Fri, 12 Dec 2003 20:43:16 +0000, Nick Roberts said: > 2) SYMBOL_PRINT_NAME instead of DEPRECATED_SYMBOL_NAME. It should be SYMBOL_NATURAL_NAME. At least for the call to lookup_symbol; maybe SYMBOL_PRINT_NAME is correct for the ui_out_field_string call. David Carlton carlton@kealia.com