From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23259 invoked by alias); 3 Mar 2003 14:48:09 -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 23252 invoked from network); 3 Mar 2003 14:48:08 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by 172.16.49.205 with SMTP; 3 Mar 2003 14:48:08 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id JAA26817; Mon, 3 Mar 2003 09:35:26 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id JAA31706; Mon, 3 Mar 2003 09:48:08 -0500 Message-ID: <06a801c2e193$e7ec4b60$0202040a@catdog> From: "Kris Warkentin" To: "Daniel Jacobowitz" , References: <20030303035409.GA5850@nevyn.them.org> Subject: Re: tweak minsyms check for GNU v3 symbols Date: Mon, 03 Mar 2003 14:48:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-03/txt/msg00048.txt.bz2 > This is based on a patch that Kris Warkentin sent out last October, that's > been sitting in my inbox for a while. It's a little more efficient but the > idea is the same. Right now, we consider any _Z symbol to imply GNU v3; but > what we really want is for any _Z symbol _which demangled successfully_ to > imply GNU v3. _Zero is the QNX example of a false positive for the current > check. It's still not perfect, but it's much better. That's a good idea Daniel. That will help minimize the number of demangle() calls even futher. cheers, Kris