From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10612 invoked by alias); 12 Jan 2019 14:50:25 -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 10601 invoked by uid 89); 12 Jan 2019 14:50:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 12 Jan 2019 14:50:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3BF1756042; Sat, 12 Jan 2019 09:50:22 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id arqqPrZonfGy; Sat, 12 Jan 2019 09:50:22 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D207A5603E; Sat, 12 Jan 2019 09:50:21 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id B5D6D86749; Sat, 12 Jan 2019 18:50:17 +0400 (+04) Date: Sat, 12 Jan 2019 14:50:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: pushed: [RFA/doco] expand a bit the in-GDB help for the "catch exception" help text Message-ID: <20190112145017.GD22922@adacore.com> References: <1547216571-27971-1-git-send-email-brobecker@adacore.com> <838szrgolv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <838szrgolv.fsf@gnu.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-01/txt/msg00279.txt.bz2 > > gdb/ChangeLog: > > > > * ada-lang.c (_initialize_ada_language): Expand the help text > > for the "catch exception" command. > > > > Tested on x86_64-linux, no regression. > > > > OK to push? Or any suggestions? > > The text you propose LGTM, thanks (the text above includes a typo, but > the source patch gets it right). Indeed; I accidently copy/pasted an old version of the text into the commit log! The version I pushed has the correct text. Thank you Eli! -- Joel