From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2996 invoked by alias); 5 Jun 2008 18:42:53 -0000 Received: (qmail 2974 invoked by uid 22791); 5 Jun 2008 18:42:53 -0000 X-Spam-Check-By: sourceware.org Received: from host0.dyn.jankratochvil.net (HELO host0.dyn.jankratochvil.net) (89.250.240.59) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 05 Jun 2008 18:42:35 +0000 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.2/8.14.2) with ESMTP id m55IgVq3016049 for ; Thu, 5 Jun 2008 20:42:31 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.2/8.14.2/Submit) id m55IgUpw016048 for gdb-patches@sourceware.org; Thu, 5 Jun 2008 20:42:30 +0200 Date: Thu, 05 Jun 2008 18:42:00 -0000 From: Jan Kratochvil To: gdb-patches@sourceware.org Subject: Re: [patch] 2/3: Fix crash on self-looping DW_OP_fbreg Message-ID: <20080605184230.GA16006@host0.dyn.jankratochvil.net> References: <20080428083732.GB12394@host0.dyn.jankratochvil.net> <20080501202903.GR22218@caradoc.them.org> <20080504131403.GA26995@host0.dyn.jankratochvil.net> <20080605163001.GG29085@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080605163001.GG29085@caradoc.them.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-06/txt/msg00051.txt.bz2 On Thu, 05 Jun 2008 18:30:01 +0200, Daniel Jacobowitz wrote: > On Sun, May 04, 2008 at 03:14:03PM +0200, Jan Kratochvil wrote: > > Attached a discouraged simplified patch not using the exception system. > > Thanks. Could you please commit this version? Committed. Thanks, Jan