From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27443 invoked by alias); 24 Nov 2004 06:47:17 -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 27406 invoked from network); 24 Nov 2004 06:47:11 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 24 Nov 2004 06:47:11 -0000 Received: from zaretski ([80.230.156.45]) by legolas.inter.net.il (MOS 3.5.5-GR) with ESMTP id DEL62587 (AUTH halo1); Wed, 24 Nov 2004 08:46:29 +0200 (IST) Date: Wed, 24 Nov 2004 06:53:00 -0000 From: "Eli Zaretskii" To: Daniel Jacobowitz Message-ID: <01c4d1f1$Blat.v2.2.2$16905de0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb@sources.redhat.com In-reply-to: <20041124040237.GA24202@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 23 Nov 2004 23:02:37 -0500) Subject: Re: Breaking exceptions before stack unwind Reply-to: Eli Zaretskii References: <419A5E71.8030304@stankevitz.com> <20041117230803.GC22472@nevyn.them.org> <01c4d157$Blat.v2.2.2$96e70920@zahav.net.il> <20041124040237.GA24202@nevyn.them.org> X-SW-Source: 2004-11/txt/msg00236.txt.bz2 > Date: Tue, 23 Nov 2004 23:02:37 -0500 > From: Daniel Jacobowitz > Cc: gdb@sources.redhat.com > > the right thing to do is to document 'catch catch' and 'catch > throw'. They are already documented. The obsolete advice that the OP was citing is at the end of the node which describes them. That advice is for the case where one wants to stop the program _before_ the exception handler is called. See the node "Set Catchpoints" in the manual. Given this, what would be the best way to fix the manual?