From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11389 invoked by alias); 11 Sep 2003 22:38:09 -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 11382 invoked from network); 11 Sep 2003 22:38:09 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 11 Sep 2003 22:38:09 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 90D3F2B89; Thu, 11 Sep 2003 18:38:06 -0400 (EDT) Message-ID: <3F60F94E.7040100@redhat.com> Date: Thu, 11 Sep 2003 22:38:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "J. Johnston" Cc: Daniel Jacobowitz , gdb-patches@sources.redhat.com Subject: Re: RFC: fix problems with errors during quitting (killed.exp) References: <3F58B193.5090400@redhat.com> <20030905155833.GA27258@nevyn.them.org> <3F5F6F2C.2030403@redhat.com> <3F60D701.8060200@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00252.txt.bz2 > New patch attached. > > 2003-09-11 Jeff Johnston > > * top.c (quit_target): New static helper function. > (quit_force): Moved code to quit_target(). Call quit_target() > via catch_errors() to catch errors during quit. > > Ok to commit? Yes, ok for 6.0 and mainline. Thanks! Anderw