From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24045 invoked by alias); 21 Dec 2007 17:20:09 -0000 Received: (qmail 24032 invoked by uid 22791); 21 Dec 2007 17:20:08 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Dec 2007 17:20:02 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out.google.com with ESMTP id lBLHJtfP017346 for ; Fri, 21 Dec 2007 17:19:56 GMT Received: from rv-out-0910.google.com (rvfc27.prod.google.com [10.140.180.27]) by zps76.corp.google.com with ESMTP id lBLHJUac001356 for ; Fri, 21 Dec 2007 09:19:55 -0800 Received: by rv-out-0910.google.com with SMTP id c27so358707rvf.35 for ; Fri, 21 Dec 2007 09:19:55 -0800 (PST) Received: by 10.141.18.14 with SMTP id v14mr878610rvi.242.1198257594805; Fri, 21 Dec 2007 09:19:54 -0800 (PST) Received: by 10.141.142.4 with HTTP; Fri, 21 Dec 2007 09:19:54 -0800 (PST) Message-ID: Date: Fri, 21 Dec 2007 18:04:00 -0000 From: "Doug Evans" To: gdb-patches@sourceware.org Subject: Re: RFA: patch to fix multi-breakpoint enable/disable handling of inline functions In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071016001816.F059B1C7E69@localhost> 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/msg00382.txt.bz2 On Nov 26, 2007 3:22 PM, Douglas Evans wrote: > How about this version? > > Here I use libiberty/hashtab.c to determine function name ambiguity. > > It turns out the bug exists for constructors too. I.e. > l->function_name for "Derived" in the gdb.cp/mb-ctor testcase is > "Derived" for both locations. I wonder if for this particular > situation l->function_name should record an "enhanced" name to > distinguish them. Ping.