From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23816 invoked by alias); 8 Oct 2007 22:35:53 -0000 Received: (qmail 23808 invoked by uid 22791); 8 Oct 2007 22:35:52 -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; Mon, 08 Oct 2007 22:35:48 +0000 Received: from zps35.corp.google.com (zps35.corp.google.com [172.25.146.35]) by smtp-out.google.com with ESMTP id l98MZcCJ012501 for ; Mon, 8 Oct 2007 23:35:38 +0100 Received: from ug-out-1314.google.com (ugdb39.prod.google.com [10.66.129.39]) by zps35.corp.google.com with ESMTP id l98MZaCL025324 for ; Mon, 8 Oct 2007 15:35:37 -0700 Received: by ug-out-1314.google.com with SMTP id b39so14513ugd for ; Mon, 08 Oct 2007 15:35:36 -0700 (PDT) Received: by 10.67.96.16 with SMTP id y16mr44295ugl.1191882935997; Mon, 08 Oct 2007 15:35:35 -0700 (PDT) Received: by 10.66.242.13 with HTTP; Mon, 8 Oct 2007 15:35:35 -0700 (PDT) Message-ID: Date: Mon, 08 Oct 2007 22:35:00 -0000 From: "Douglas Evans" To: "Vladimir Prus" Subject: Re: template breakpoints Cc: gdb@sources.redhat.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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/msg00046.txt.bz2 On 10/6/07, Vladimir Prus wrote: > Douglas Evans wrote: > > > Hi. I'm looking into improving support for template breakpoints > > (where one file:line can map to several different pc addresses). > > 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. Hi. I downloaded and tried the new support. Nice. I noticed that while enable/disable work with the new "multiple breakpoints", condition/ignore/commands don't (currently) work. Is there a plan to support these with the new breakpoints as well?