From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2161 invoked by alias); 3 Apr 2008 13:55:32 -0000 Received: (qmail 2044 invoked by uid 22791); 3 Apr 2008 13:55:30 -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; Thu, 03 Apr 2008 13:55:07 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JhPuA-00048F-Lp for gdb@sources.redhat.com; Thu, 03 Apr 2008 13:55:02 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Apr 2008 13:55:02 +0000 Received: from ghost by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 03 Apr 2008 13:55:02 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: Multiple breakpoints Date: Thu, 03 Apr 2008 13:55:00 -0000 Message-ID: References: <18420.39684.185853.891083@kahikatea.snap.net.nz> <20080403131816.GA16695@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.5 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: 2008-04/txt/msg00022.txt.bz2 Daniel Jacobowitz wrote: > On Thu, Apr 03, 2008 at 11:01:10AM +0200, Andreas Schwab wrote: >> TRY_CATCH expands to a loop, probably the loop condition has been >> duplicated by the compiler. > > I think we try to set only one breakpoint per containing function, > though. Uh-uh, you keep on telling this :-) Per *block*, not per function. - Volodya