From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11945 invoked by alias); 1 Oct 2008 08:05:17 -0000 Received: (qmail 11937 invoked by uid 22791); 1 Oct 2008 08:05:16 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 01 Oct 2008 08:04:22 +0000 Received: from HOME-C4E4A596F7 ([77.127.170.116]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K8100IECVS8OI20@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Wed, 01 Oct 2008 11:04:56 +0300 (IDT) Date: Wed, 01 Oct 2008 08:05:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/doco/Ada] Document special case for catchpoints on standard exceptions In-reply-to: <20080930211046.GB3566@adacore.com> X-012-Sender: halo1@inter.net.il To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <20080930211046.GB3566@adacore.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-10/txt/msg00007.txt.bz2 > Date: Tue, 30 Sep 2008 14:10:46 -0700 > From: Joel Brobecker > > This is the documentation part for the following change: > http://www.sourceware.org/ml/gdb-patches/2008-09/msg00591.html Thanks. > OK to commit? Yes, with one comment: > +rather than the user-defined one. For instance, assuming an exception > +called @code{Constraint_Error} is defined in package @code{Pck}, then > +the command to use to catch such exceptions is @code{catch exception > +Pck.Constraint_Error}. The last part of the last sentence should be in @kbd, not @code, as it is a command typed by the user on the keyboard.