From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1421 invoked by alias); 22 Oct 2002 01:08:55 -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 1414 invoked from network); 22 Oct 2002 01:08:54 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 22 Oct 2002 01:08:54 -0000 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 438D3800084; Mon, 21 Oct 2002 21:08:54 -0400 (EDT) Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 895B83E13; Mon, 21 Oct 2002 21:08:53 -0400 (EDT) Message-ID: <3DB4A525.7080304@redhat.com> Date: Mon, 21 Oct 2002 18:08:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Blandy , Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFC] Fix ptype behavior for structs References: <1021010213207.ZM16572@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00376.txt.bz2 > Looks good to me. I agree with you that the #if 0'd code in > print_symbol_info should be done a different way. So it gets deleted? Andrew >> #if 0 >> /* Tiemann says: "info methods was never implemented." */ >> char *demangled_name; >> c_type_print_base (TYPE_FN_FIELD_TYPE (t, block), >> gdb_stdout, 0, 0); >> c_type_print_varspec_prefix (TYPE_FN_FIELD_TYPE (t, block), >> gdb_stdout, 0); >> ... >> #endif