From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1500 invoked by alias); 23 Apr 2003 20:08:37 -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 1490 invoked from network); 23 Apr 2003 20:08:36 -0000 Received: from unknown (HELO mm02snlnto.son.sandia.gov) (132.175.109.21) by sources.redhat.com with SMTP; 23 Apr 2003 20:08:36 -0000 Received: from 132.175.109.4 by mm02snlnto.son.sandia.gov with ESMTP ( Tumbleweed MMS SMTP Relay 01 (MMS v5.5.0)); Wed, 23 Apr 2003 14:08:07 -0600 Received: from ES01SNLNT.sandia.gov (es01snlnt.sandia.gov [134.253.130.4]) by mailgate2.sandia.gov (8.12.9/8.12.9) with ESMTP id h3NK85bo023281 for ; Wed, 23 Apr 2003 14:08:05 -0600 (MDT) Received: by es01snlnt.sandia.gov with Internet Mail Service ( 5.5.2653.19) id ; Wed, 23 Apr 2003 14:08:03 -0600 Message-ID: <71251C7D5FB1D2119C8F0008C7A44ED103792020@es07snlnt.sandia.gov> From: "Liang, James" To: "'gdb@sources.redhat.com'" Subject: catching exceptions Date: Wed, 23 Apr 2003 20:08:00 -0000 MIME-Version: 1.0 X-WSS-ID: 12B82D2D1611308-01-01 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00270.txt.bz2 I noticed that certain functions in GDB will report an error message and jump to some handler instead of returning to me when I call. How can I catch these exceptions and pass them on? James Z. Liang Dept 5931 Sandia National Laboratories 505-284-9933 jliang@sandia.gov