From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32109 invoked by alias); 6 Mar 2013 21:35:25 -0000 Received: (qmail 32091 invoked by uid 22791); 6 Mar 2013 21:35:24 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Mar 2013 21:35:17 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MJ900B00D9S6M00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Wed, 06 Mar 2013 23:35:04 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MJ900AG5DAGVJ80@a-mtaout22.012.net.il>; Wed, 06 Mar 2013 23:35:04 +0200 (IST) Date: Wed, 06 Mar 2013 21:35:00 -0000 From: Eli Zaretskii Subject: Re: [2/10] RFC: add "catch rethrow" In-reply-to: <87y5e0jkfv.fsf@fleche.redhat.com> To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ip541abc.fsf@gnu.org> References: <87y5e0jkfv.fsf@fleche.redhat.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: 2013-03/txt/msg00241.txt.bz2 > From: Tom Tromey > Date: Wed, 06 Mar 2013 14:19:00 -0700 > > PR c++/12824: > * NEWS: Update. > * breakpoint.c (enum exception_event_kind) : > New constant. > (classify_exception_breakpoint): New function. > (print_it_exception_catchpoint, print_one_exception_catchpoint) > (print_mention_exception_catchpoint) > (print_recreate_exception_catchpoint, handle_gnu_v3_exceptions) > (catch_exception_command_1): Handle "rethrow" catchpoint. > (catch_rethrow_command): New function. > (_initialize_breakpoint): Add "catch rethrow" command. > > * gdb.texinfo (Set Catchpoints): Reorganize exception > catchpoints. Document "catch rethrow". > (Debugging C Plus Plus): Mention "catch rethrow". > > * gdb.cp/exception.exp: Add "catch rethrow" tests. OK for the documentation part. Thanks.