From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27065 invoked by alias); 14 May 2014 13:15:30 -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 27051 invoked by uid 89); 14 May 2014 13:15:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 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; Wed, 14 May 2014 13:15:27 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4EDFEZw030922 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 14 May 2014 09:15:24 -0400 Received: from blade.nx (ovpn-116-68.ams2.redhat.com [10.36.116.68]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s4EDFCHb013015; Wed, 14 May 2014 09:15:13 -0400 Received: by blade.nx (Postfix, from userid 1000) id 1ABD126234A; Wed, 14 May 2014 14:15:12 +0100 (BST) Date: Wed, 14 May 2014 13:15:00 -0000 From: Gary Benson To: Yao Qi Cc: gdb-patches@sourceware.org, Tom Tromey Subject: Re: [PATCH] Prompt user to report bugs Message-ID: <20140514131511.GA26388@blade.nx> References: <20140514110742.GA25550@blade.nx> <5373634B.2000007@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5373634B.2000007@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00205.txt.bz2 Yao Qi wrote: > On 05/14/2014 07:07 PM, Gary Benson wrote: > > This patch prints a couple of extra lines in internal_vproblem > > to prompt the user to report the bug that's just happened. > > GDB prints that when it starts. > > $ ./gdb > GNU gdb (GDB) 7.7.50.20140514-cvs > Copyright (C) 2014 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. Type "show copying" > and "show warranty" for details. > This GDB was configured as "i686-pc-linux-gnu". > Type "show configuration" for configuration details. > For bug reporting instructions, please see: > . > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > Do we want to print the same message again in internal error > message? Yes, I think so. The internal error could occur many thousands of lines after the startup message is printed. Thanks, Gary -- http://gbenson.net/