From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32113 invoked by alias); 29 May 2002 01:05:50 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32041 invoked from network); 29 May 2002 01:05:45 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 29 May 2002 01:05:45 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CB2E23D33; Tue, 28 May 2002 18:58:06 -0400 (EDT) Message-ID: <3CF40B7E.2090809@cygnus.com> Date: Tue, 28 May 2002 18:05:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc2) Gecko/20020518 X-Accept-Language: en-us, en MIME-Version: 1.0 To: bkoz@redhat.com Cc: Michael Elizabeth Chastain , gdb-patches@sources.redhat.com Subject: Re: gdb.c++ testsuite 2.1: try_catch.exp References: <200205271924.g4RJOJw27502@duracef.shout.net> <20020528085804.256cadb0.bkoz@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-05/txt/msg00990.txt.bz2 > The actual tests are very simple. They don't test any of the >> try/catch functionality in gdb, just the control flow of the target >> program. A simple test is better than no test; someone can add more >> tests to this later. > > > Right. Actually, this has not worked in the past, so I thought it'd be > best to start with the basics. Try it using HP'x C++ compiler. The re-vamped mechanism came in as part of the HP merge so should have at least worked there. enjoy, Andrew