From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1861 invoked by alias); 11 Oct 2013 11:21:42 -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 1845 invoked by uid 89); 11 Oct 2013 11:21:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Oct 2013 11:21:41 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MUI00K004R33U00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 11 Oct 2013 14:21:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MUI00KBB4W10F70@a-mtaout20.012.net.il>; Fri, 11 Oct 2013 14:21:38 +0300 (IDT) Date: Fri, 11 Oct 2013 11:21:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/doco+NEWS] Document the -catch-assert and -catch-exception new GDB/MI commands. In-reply-to: <1381488255-7201-1-git-send-email-brobecker@adacore.com> To: Joel Brobecker Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83bo2wrr2i.fsf@gnu.org> References: <1381232908-5868-1-git-send-email-brobecker@adacore.com> <1381488255-7201-1-git-send-email-brobecker@adacore.com> X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00381.txt.bz2 > From: Joel Brobecker > Date: Fri, 11 Oct 2013 14:44:15 +0400 > > This patch adds documentation for the new GDB/MI commands "-catch-assert" > and "-catch-exception", meant to provide the same functionality as > the "catch assert", "catch exception" and "catch exception unhandled" > CLI commands. > > In the GDB Manual, there was already a section for catchpoint comments, > so that seemed like a natural place to document the new commands. But > commands related to a given concept seem to have traditionally been > organized alphabetically, and I didn't want future commands to break > down logical pairing of various commands. For instance, "-catch-load" > and "-catch-unload" are quite "distant" from each other, and it is easy > to imagine a new comment which would alphabetically fall in between, > causing them to be separated. So I introduced subsections to prevent > that from happening. > > gdb/ChangeLog: > > * NEWS: Add entry documenting the new "-catch-assert" and > "-catch-exception" GDB/MI commands. > > gdb/doc/ChangeLog: > > * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands): > New subsection inside which the "-catch-load" and "-catch-unload" > commands documentation is now placed. > (Ada Exception GDB/MI Catchpoint Commands): New subsection > documenting the "-catch-assert" and "-catch-exception" new > GDB/MI commands. > > Tested on x86_64-linux. OK to apply? Yes, and thanks.