From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22964 invoked by alias); 18 Jul 2002 20:00:47 -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 22957 invoked from network); 18 Jul 2002 20:00:45 -0000 Received: from unknown (HELO srv01.cas.org) (134.243.50.9) by sources.redhat.com with SMTP; 18 Jul 2002 20:00:45 -0000 Received: from cas.org (pmd24awu [134.243.50.27]) by srv01.cas.org (8.11.6+Sun/m4_8.11.6/CAS_MAIL_HUB-1.15) with ESMTP id g6IK0hO28371 for ; Thu, 18 Jul 2002 16:00:43 -0400 (EDT) Message-ID: <3D371E6B.552ABC3@cas.org> Date: Thu, 18 Jul 2002 13:00:00 -0000 From: Paul Dubuc Organization: Chemical Abstracts Service (CAS) X-Accept-Language: en MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: catchpoints Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg00182.txt.bz2 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. -- Paul M. Dubuc