From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24995 invoked by alias); 14 Jan 2005 19:29:09 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24690 invoked from network); 14 Jan 2005 19:28:54 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 14 Jan 2005 19:28:54 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j0EJSsdO019260 for ; Fri, 14 Jan 2005 14:28:54 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0EJSsr02367; Fri, 14 Jan 2005 14:28:54 -0500 Received: from touchme.toronto.redhat.com (IDENT:postfix@touchme.toronto.redhat.com [172.16.14.9]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id j0EJSroS016019; Fri, 14 Jan 2005 14:28:53 -0500 Received: from toenail.toronto.redhat.com (toenail.toronto.redhat.com [172.16.14.211]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 9593E800001; Fri, 14 Jan 2005 14:28:53 -0500 (EST) Received: from toenail.toronto.redhat.com (localhost.localdomain [127.0.0.1]) by toenail.toronto.redhat.com (8.12.10/8.12.5) with ESMTP id j0EJSrMT014952; Fri, 14 Jan 2005 14:28:53 -0500 Received: (from fche@localhost) by toenail.toronto.redhat.com (8.12.10/8.12.10/Submit) id j0EJSq8Q014948; Fri, 14 Jan 2005 14:28:52 -0500 X-Authentication-Warning: toenail.toronto.redhat.com: fche set sender to fche@redhat.com using -f To: Andrew Cagney Cc: gdb@sources.redhat.com Subject: Re: TRY_CATCH() References: <41E5BBE0.8000604@redhat.com> X-Hashcash: 1:20:050114:cagney@redhat.com::6WSncvyzUBleAXIb:00000000000000000000000000000000000000000000AFKB X-Hashcash: 1:20:050114:gdb@sources.redhat.com::f1Y19xgmOo6BjO0h:0000000000000000000000000000000000000001x+L From: fche@redhat.com (Frank Ch. Eigler) Date: Fri, 14 Jan 2005 19:29:00 -0000 In-Reply-To: <41E5BBE0.8000604@redhat.com> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-01/txt/msg00074.txt.bz2 cagney wrote: > [...] > func (...) > { > volatile struct exception e; > TRY_CATCH (e) > { > ... do stuff ...; > } > switch (e.reason) > ... > } > [...] > comments? At this rate, by around 2009, gdb will have reimplemented the remainder of C++. - FChE