From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32489 invoked by alias); 22 Dec 2007 20:07:24 -0000 Received: (qmail 32397 invoked by uid 22791); 22 Dec 2007 20:07:23 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 22 Dec 2007 20:07:17 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 2A6A998243; Sat, 22 Dec 2007 20:07:15 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 0CD429801E; Sat, 22 Dec 2007 20:07:15 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1J6Acp-0007g2-Ss; Sat, 22 Dec 2007 15:07:11 -0500 Date: Sat, 22 Dec 2007 20:15:00 -0000 From: Daniel Jacobowitz To: Jan Kratochvil Cc: gdb-patches@sourceware.org, Jakub Jelinek Subject: Re: [patch] Basic DW_TAG_interface_type support Message-ID: <20071222200711.GA29494@caradoc.them.org> Mail-Followup-To: Jan Kratochvil , gdb-patches@sourceware.org, Jakub Jelinek References: <20071222192726.GA18166@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071222192726.GA18166@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-12/txt/msg00399.txt.bz2 On Sat, Dec 22, 2007 at 08:27:26PM +0100, Jan Kratochvil wrote: > gdb/ > 2007-12-22 Jan Kratochvil > > * dwarf2read.c (scan_partial_symbols partial_die_parent_scope) > (add_partial_symbol, pdi_needs_namespace, process_die) > (is_type_tag_for_partial, load_partial_dies, new_symbol) > (read_type_die, determine_prefix): Extend the current code of > `DW_TAG_class_type' also for `DW_TAG_interface_type'. OK. > gdb/testsuite/ > 2007-12-22 Jan Kratochvil > > * gdb.arch/i386-interface.S, gdb.arch/i386-interface.exp: New files. Can you do this in gdb.dwarf2? -- Daniel Jacobowitz CodeSourcery