From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29140 invoked by alias); 17 Jan 2002 23:31:54 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29108 invoked from network); 17 Jan 2002 23:31:53 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 17 Jan 2002 23:31:53 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 65CDA3D48; Thu, 17 Jan 2002 18:31:53 -0500 (EST) Message-ID: <3C475EE8.6050005@cygnus.com> Date: Thu, 17 Jan 2002 15:31:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] internal-error quit by default .. References: <3C41F3E7.3060308@cygnus.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00498.txt.bz2 > 2002-01-13 Andrew Cagney > > * utils.c (internal_verror): Fix comments, default is yes not no. > Update queries to match. Default to quit and dump core. > > Index: testsuite/ChangeLog > 2002-01-13 Andrew Cagney > > * gdb.base/maint.exp: Update ``maint internal-error'' to match > continue/quit query. > > I've checked this part in. Eli, I've also got to doco this command. Andrew