From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19878 invoked by alias); 21 Jul 2009 18:15:36 -0000 Received: (qmail 19850 invoked by uid 22791); 21 Jul 2009 18:15:35 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 21 Jul 2009 18:15:26 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id A4E3210B04; Tue, 21 Jul 2009 18:15:24 +0000 (GMT) Received: from caradoc.them.org (209.195.188.212.nauticom.net [209.195.188.212]) by nan.false.org (Postfix) with ESMTP id 8B90C10A63; Tue, 21 Jul 2009 18:15:24 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1MTJs3-0003Ui-AG; Tue, 21 Jul 2009 14:15:23 -0400 Date: Tue, 21 Jul 2009 18:55:00 -0000 From: Daniel Jacobowitz To: Paul Pluzhnikov Cc: gdb-patches@sourceware.org Subject: Re: [patch] Emit failed assertion when 'set confirm off' is in effect. Message-ID: <20090721181523.GD11667@caradoc.them.org> Mail-Followup-To: Paul Pluzhnikov , gdb-patches@sourceware.org References: <20090721180701.03C3F76BC0@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090721180701.03C3F76BC0@localhost> User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2009-07/txt/msg00521.txt.bz2 On Tue, Jul 21, 2009 at 11:07:00AM -0700, Paul Pluzhnikov wrote: > Greetings, > > I run GDB with 'set confirm off' in ~/.gdbinit. > > Unfortunately, with this setting GDB *silently* aborts on internal error, > and I have to run GDB under itself to find out what happened. > > Attached patch changes this so that internal_error reason is printed even > with 'set confirm off'. OK, thanks! -- Daniel Jacobowitz CodeSourcery