From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29689 invoked by alias); 18 Jul 2002 20:09:04 -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 29682 invoked from network); 18 Jul 2002 20:09:03 -0000 Received: from unknown (HELO www.dberlin.org) (138.88.48.221) by sources.redhat.com with SMTP; 18 Jul 2002 20:09:03 -0000 Received: by www.dberlin.org (Postfix, from userid 503) id 8E71D1811FBC; Thu, 18 Jul 2002 16:09:02 -0400 (EDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by www.dberlin.org (Postfix) with ESMTP id 39DE2180634C; Thu, 18 Jul 2002 16:09:01 -0400 (EDT) Date: Thu, 18 Jul 2002 13:09:00 -0000 From: Daniel Berlin To: Daniel Jacobowitz Cc: Paul Dubuc , Subject: Re: catchpoints In-Reply-To: <20020718200450.GA13992@nevyn.them.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-2.9 required=5.0 tests=IN_REP_TO,AWL version=2.40 X-Spam-Level: X-SW-Source: 2002-07/txt/msg00185.txt.bz2 On Thu, 18 Jul 2002, Daniel Jacobowitz wrote: > On Thu, Jul 18, 2002 at 04:00:43PM -0400, Paul Dubuc wrote: > > I'm using gdb 5.2 on Solaris 8 to debug code compiled with g++ 2.95.3. > > When I try to enter 'catch throw' or 'catch catch' commands I get a > > message that says > > > > no runtime support for this > > > > Does this mean I need to rebuild gdb to support these commands or is it > > just that they aren't supported for this OS or compiler? > > > > I can't find any info in the manual about this. > > I believe they're only supported on HP/UX (and none of the HP/UX > support works quite right any more...). I don't think anyone has tried > to implement them on GCC code yet. Actually, I did, and had it working just fine. It's actually not that difficult, but it is ABI specific. > >