From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3249 invoked by alias); 9 Jun 2014 18:25:05 -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 3230 invoked by uid 89); 9 Jun 2014 18:25:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Jun 2014 18:25:02 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s59IOqpB019252 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 9 Jun 2014 14:24:53 -0400 Received: from blade.nx (ovpn-116-92.ams2.redhat.com [10.36.116.92]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s59IOoiv026770; Mon, 9 Jun 2014 14:24:51 -0400 Received: by blade.nx (Postfix, from userid 1000) id E68A1262474; Mon, 9 Jun 2014 19:24:49 +0100 (BST) Date: Mon, 09 Jun 2014 18:25:00 -0000 From: Gary Benson To: Eli Zaretskii Cc: gdb-patches@sourceware.org, aburgess@broadcom.com, xdje42@gmail.com, fw@deneb.enyo.de, mark.kettenis@xs4all.nl, palves@redhat.com, tromey@redhat.com Subject: Re: [PATCH 3/3 v5] Demangler crash handler Message-ID: <20140609182449.GA30179@blade.nx> References: <20140609152229.GA27494@blade.nx> <20140609152434.GD27494@blade.nx> <83sine12cs.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83sine12cs.fsf@gnu.org> X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00399.txt.bz2 Eli Zaretskii wrote: > > Date: Mon, 9 Jun 2014 16:24:34 +0100 > > From: Gary Benson > > Cc: Andrew Burgess , Doug Evans , > > Eli Zaretskii , Florian Weimer , > > Mark Kettenis , > > Pedro Alves , Tom Tromey > > > > This patch wraps calls to the demangler with a segmentation fault > > handler. The first time a segmentation fault is caught a core file > > is generated and the user is prompted to file a bug and offered the > > choice to exit or to continue their GDB session. A maintainence > > option is provided to allow the user to disable the crash handler > > if required. > > OK for the documentation part. Thanks Eli. Cheers, Gary -- http://gbenson.net/