From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18272 invoked by alias); 14 Jan 2002 08:11:55 -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 18240 invoked from network); 14 Jan 2002 08:11:53 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 14 Jan 2002 08:11:53 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id KAA14213; Mon, 14 Jan 2002 10:11:07 +0200 (IST) Date: Mon, 14 Jan 2002 00:11:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] internal-error quit by default .. In-Reply-To: <3C41F3E7.3060308@cygnus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-01/txt/msg00381.txt.bz2 On Sun, 13 Jan 2002, Andrew Cagney wrote: > This patch follows up a proposed change from long ago. Update things so > that when in batch mode (i.e. no tty) an internal-error will: > > quit > dump core > > this adjusts things accordingly. We need to document this in gdb.texinfo.