From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29958 invoked by alias); 6 Oct 2007 10:43:16 -0000 Received: (qmail 29946 invoked by uid 22791); 6 Oct 2007 10:43:15 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 06 Oct 2007 10:43:09 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ie77A-0002mP-Jf for gdb@sources.redhat.com; Sat, 06 Oct 2007 10:42:32 +0000 Received: from 77.246.241.246 ([77.246.241.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Oct 2007 10:42:32 +0000 Received: from ghost by 77.246.241.246 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 06 Oct 2007 10:42:32 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: template breakpoints Date: Sat, 06 Oct 2007 10:43:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.4 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/msg00042.txt.bz2 Douglas Evans wrote: > 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? The patches to support such breakpoints were checked in recently, so you might want to try CVS HEAD. The patches missed the GDB 6.7 window, so won't be released until GDB 6.8. And there's even documentation. - VOlodya