From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30269 invoked by alias); 6 Oct 2007 05:10:55 -0000 Received: (qmail 30255 invoked by uid 22791); 6 Oct 2007 05:10:54 -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; Sat, 06 Oct 2007 05:10:52 +0000 Received: from zps76.corp.google.com (zps76.corp.google.com [172.25.146.76]) by smtp-out.google.com with ESMTP id l965AlfQ019871 for ; Sat, 6 Oct 2007 06:10:48 +0100 Received: from ug-out-1314.google.com (ugm32.prod.google.com [10.66.13.32]) by zps76.corp.google.com with ESMTP id l965AkbZ006079 for ; Fri, 5 Oct 2007 22:10:46 -0700 Received: by ug-out-1314.google.com with SMTP id 32so683786ugm for ; Fri, 05 Oct 2007 22:10:46 -0700 (PDT) Received: by 10.66.243.4 with SMTP id q4mr4119518ugh.1191647445651; Fri, 05 Oct 2007 22:10:45 -0700 (PDT) Received: by 10.66.242.13 with HTTP; Fri, 5 Oct 2007 22:10:45 -0700 (PDT) Message-ID: Date: Sat, 06 Oct 2007 05:10:00 -0000 From: "Douglas Evans" To: drow@false.org, gdb@sourceware.org Subject: template breakpoints MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00041.txt.bz2 Hi. I'm looking into improving support for template breakpoints (where one file:line can map to several different pc addresses). Daniel posted a patch in early 2005 that has the beginnings of a solution. Is this still the preferred approach? Is anyone currently working on this? Does anyone have any further thoughts on what the solution should/shouldn't involve? TIA. Here's the patch http://sources.redhat.com/ml/gdb-patches/2005-03/msg00195.html with further discussion here http://sourceware.org/ml/gdb/2006-01/msg00108.html I couldn't find more recent discussion. Any further pointers would certainly be welcome. Thanks.