From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28785 invoked by alias); 3 Jan 2013 18:39:42 -0000 Received: (qmail 28763 invoked by uid 22791); 3 Jan 2013 18:39:41 -0000 X-SWARE-Spam-Status: No, hits=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Jan 2013 18:39:22 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0MG200300BNOI200@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Thu, 03 Jan 2013 20:39:19 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MG20035WBTJE040@a-mtaout21.012.net.il>; Thu, 03 Jan 2013 20:39:19 +0200 (IST) Date: Thu, 03 Jan 2013 18:39:00 -0000 From: Eli Zaretskii Subject: Re: RFA: [1/2] add "catch-type" to all catchpoints In-reply-to: <87obh62ku3.fsf_-_@fleche.redhat.com> To: Tom Tromey Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83sj6ii00g.fsf@gnu.org> References: <874nkpv03j.fsf@fleche.redhat.com> <20121202093807.GA21883@host2.jankratochvil.net> <87y5hfvu5v.fsf@fleche.redhat.com> <87obh62ku3.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-01/txt/msg00053.txt.bz2 > From: Tom Tromey > Date: Thu, 03 Jan 2013 11:16:36 -0700 > > [ re-sending since something went weird ] > > This patch adds the "catch-type" field to the description of all > catchpoints in gdb. This was agreed upon in the "catch signal" thread. > > It needs at least a doc review. The doc is OK, thanks.