From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15822 invoked by alias); 12 Jun 2003 17:56:51 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 15753 invoked from network); 12 Jun 2003 17:56:50 -0000 Received: from unknown (HELO coconut.kealia.com) (216.101.126.244) by sources.redhat.com with SMTP; 12 Jun 2003 17:56:50 -0000 Received: from dhcp-10-42-69-238.kealia.com (coconut.kealia.com [127.0.0.1]) by coconut.kealia.com (8.12.8/8.12.8) with ESMTP id h5CHupQ4019342; Thu, 12 Jun 2003 10:56:51 -0700 Received: (from carlton@localhost) by dhcp-10-42-69-238.kealia.com (8.12.8/8.12.8/Submit) id h5CHuodu019340; Thu, 12 Jun 2003 10:56:50 -0700 X-Authentication-Warning: dhcp-10-42-69-238.kealia.com: carlton set sender to carlton@kealia.com using -f To: gdb Cc: Daniel Jacobowitz , Elena Zannoni , Jim Blandy Subject: DW_AT_containing_type From: David Carlton Date: Thu, 12 Jun 2003 17:56:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00212.txt.bz2 What's with GDB's and GCC's use of DW_AT_containing type? As far as I can tell, it's only supposed to be used within DW_TAG_ptr_to_member_type, but GCC generates it and GDB uses it in many other contexts. I'll try to find time to figure out how we use it later, but I wanted to raise the issue in case anybody knows the answer or in case other people aren't aware that we seem to be misusing it. David Carlton carlton@kealia.com