From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32261 invoked by alias); 5 Jun 2008 18:40:53 -0000 Received: (qmail 32243 invoked by uid 22791); 5 Jun 2008 18:40:53 -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, 05 Jun 2008 18:40:33 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K4KNy-000227-KX for gdb-patches@sources.redhat.com; Thu, 05 Jun 2008 18:40:30 +0000 Received: from mobius.qnx.com ([209.226.137.108]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jun 2008 18:40:30 +0000 Received: from aristovski by mobius.qnx.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 Jun 2008 18:40:30 +0000 To: gdb-patches@sources.redhat.com From: Aleksandar Ristovski Subject: Re: [patch] PR gdb/1665 pending catch/throw catchpoints Date: Thu, 05 Jun 2008 18:40:00 -0000 Message-ID: <48483317.20109@qnx.com> References: <4817E37A.8020705@qnx.com> <20080501201239.GO22218@caradoc.them.org> <481B52B1.2050609@qnx.com> <20080605160543.GC29085@caradoc.them.org> <484816DF.2080005@qnx.com> <20080605173634.GA16610@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: <20080605173634.GA16610@caradoc.them.org> 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/msg00049.txt.bz2 Daniel Jacobowitz wrote: > On Thu, Jun 05, 2008 at 12:39:59PM -0400, Aleksandar Ristovski wrote: >> Daniel Jacobowitz wrote: >>> Did you deliberately replace (exception thrown) with (thrown) >>> in your 2008-05-28 patch to print_exception_catchpoint? >>> >> No, I'm afraid "exception" part got lost in translation. Sorry about that. Attached is a small patch correcting this. >> >> Also attached exception.exp diff (cummulative with your diff), all I did was I removed \r\n from the expected output. With the changes, I get 14 passes. >> >> 2008-06-05 Aleksandar Ristovski >> >> * breakpoint.c (print_exception_catchpoint): Put 'exception' back to 'exception caught|thrown' message. > > This is OK, and so is the revised exception.exp patch. Thanks. > Committed.