From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18025 invoked by alias); 30 Mar 2005 22:49:03 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 17951 invoked from network); 30 Mar 2005 22:48:54 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 30 Mar 2005 22:48: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 j2UMmot2010140; Wed, 30 Mar 2005 17:48:50 -0500 Received: from opsy.redhat.com (vpn50-53.rdu.redhat.com [172.16.50.53]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j2UMmnO23791; Wed, 30 Mar 2005 17:48:49 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 7CB922DD44D; Wed, 30 Mar 2005 15:47:41 -0700 (MST) To: Dale Johannesen Cc: Gcc Patch List Subject: Re: Patch ping References: <306c9d6366a3dd6db956c01f9ea295da@apple.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Wed, 30 Mar 2005 22:59:00 -0000 In-Reply-To: <306c9d6366a3dd6db956c01f9ea295da@apple.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-03/txt/msg02815.txt.bz2 >>>>> "Dale" == Dale Johannesen writes: Dale> Handle STATEMENT_LIST in debug_tree Dale> http://gcc.gnu.org/ml/gcc-patches/2005-03/msg02470.html Yeah, this would be really helpful when debugging gcjx. Thanks for pointing it out, I'm going to apply it to my branch :-) Tom