From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9280 invoked by alias); 16 Jan 2013 17:23:00 -0000 Received: (qmail 9268 invoked by uid 22791); 16 Jan 2013 17:22:59 -0000 X-SWARE-Spam-Status: No, hits=-7.1 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Jan 2013 17:22:50 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0GHMnsD006882 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 16 Jan 2013 12:22:50 -0500 Received: from barimba (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0GHMmB9018381 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 16 Jan 2013 12:22:49 -0500 From: Tom Tromey To: gdb-patches@sourceware.org Subject: Re: RFA: [1/2] add "catch-type" to all catchpoints References: <874nkpv03j.fsf@fleche.redhat.com> <20121202093807.GA21883@host2.jankratochvil.net> <87y5hfvu5v.fsf@fleche.redhat.com> <87obh62ku3.fsf_-_@fleche.redhat.com> Date: Wed, 16 Jan 2013 17:23:00 -0000 Message-ID: <87a9s9ghzr.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain 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/msg00343.txt.bz2 >>>>> "Tom" == Tom Tromey writes: Tom> [ re-sending since something went weird ] Tom> This patch adds the "catch-type" field to the description of all Tom> catchpoints in gdb. This was agreed upon in the "catch signal" thread. Tom> It needs at least a doc review. Tom> Any comments? I'm checking this in now. Tom