From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18145 invoked by alias); 8 Nov 2013 14:10:39 -0000 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 Received: (qmail 18136 invoked by uid 89); 8 Nov 2013 14:10:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPAM_SUBJECT,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mtaout23.012.net.il Received: from Unknown (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Nov 2013 14:10:37 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MVY00J007C7BP00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Fri, 08 Nov 2013 16:10:28 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MVY00JRC7DG50C0@a-mtaout23.012.net.il>; Fri, 08 Nov 2013 16:10:28 +0200 (IST) Date: Fri, 08 Nov 2013 14:21:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/Ada(v2) 3/3] Document "info exceptions" and "-info-ada-exception" new commands. In-reply-to: <1383912219-13012-4-git-send-email-brobecker@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <8338n756ih.fsf@gnu.org> References: <1383912219-13012-1-git-send-email-brobecker@adacore.com> <1383912219-13012-4-git-send-email-brobecker@adacore.com> X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00237.txt.bz2 > From: Joel Brobecker > Date: Fri, 8 Nov 2013 16:03:39 +0400 > > +The @code{info exceptions} command allows you to list all Ada exceptions > +defined within the program being debugged, as well as their address. ^^^^^^^ "addresses", in plural. > +With a regular expression, @var{regexp}, as argument, only those exceptions > +whose name matches @var{regexp} are listed. ^^^^^^^^^^^^ "names match", in plural. > +With a regular expression @var{regexp}, only those exceptions whose > +name matches @var{regexp} are listed. ^^^^^^^^^^^^ Likewise. OK with those changes. Thanks.