From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5567 invoked by alias); 9 Oct 2007 04:57:19 -0000 Received: (qmail 5559 invoked by uid 22791); 9 Oct 2007 04:57:18 -0000 X-Spam-Check-By: sourceware.org Received: from zigzag.lvk.cs.msu.su (HELO zigzag.lvk.cs.msu.su) (158.250.17.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 Oct 2007 04:57:13 +0000 Received: from Debian-exim by zigzag.lvk.cs.msu.su with spam-scanned (Exim 4.50) id 1If79U-00078t-Ko for gdb@sources.redhat.com; Tue, 09 Oct 2007 08:57:09 +0400 Received: from localhost ([127.0.0.1] helo=ip6-localhost) by zigzag.lvk.cs.msu.su with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1If79M-00078h-2M; Tue, 09 Oct 2007 08:56:56 +0400 From: Vladimir Prus To: "Douglas Evans" Subject: Re: template breakpoints Date: Tue, 09 Oct 2007 04:57:00 -0000 User-Agent: KMail/1.9.6 Cc: gdb@sources.redhat.com References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710090856.29427.ghost@cs.msu.su> 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/msg00048.txt.bz2 On Tuesday 09 October 2007 02:35:35 Douglas Evans wrote: > 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? They are supposed to work. Can you provide a self-contained (source) program, and a set of gdb commands that reproduce the problem? - Volodya