From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17736 invoked by alias); 21 May 2012 12:17:38 -0000 Received: (qmail 17714 invoked by uid 22791); 21 May 2012 12:17:37 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 May 2012 12:17:18 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q4LCH5Mi030358 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 21 May 2012 08:17:05 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q4LCH1e2032245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 21 May 2012 08:17:03 -0400 Date: Mon, 21 May 2012 12:17:00 -0000 From: Jan Kratochvil To: John Steele Scott Cc: Joel Brobecker , Tom Tromey , gdb-patches@sourceware.org Subject: Re: [patch] PR symtab/13277: Resolving opaque structures in ICC generated binaries. (testcase) Message-ID: <20120521121700.GA20859@host2.jankratochvil.net> References: <20111019084011.GA9326@host1.jankratochvil.net> <4EA3E995.8040206@toojays.net> <20111026221057.GA24628@host1.jankratochvil.net> <4EBFAC05.2070501@toojays.net> <4FA49314.5020508@toojays.net> <20120505151557.GU15555@adacore.com> <87wr4h4vvd.fsf@quantum.com> <20120512183741.GB20606@host2.jankratochvil.net> <87d35xpwp4.fsf@quantum.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87d35xpwp4.fsf@quantum.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2012-05/txt/msg00764.txt.bz2 On Mon, 21 May 2012 14:04:07 +0200, John Steele Scott wrote: > Will you commit your change to lookup_symbol_aux_psymtabs (ref > http://sourceware.org/ml/gdb-patches/2012-05/msg00739.html), or shall I > include that with my fix? I wanted to keep it on the list for several days. There are multiple ways how to implement the fix. I have chosen the one more simple in the code but in some cases less efficient during runtime (it always tries to find !TYPE_OPAQUE symbol, even if the caller does not need it). Regards, Jan