From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8949 invoked by alias); 12 Sep 2003 15:38:01 -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 8932 invoked from network); 12 Sep 2003 15:38:00 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 12 Sep 2003 15:38:00 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id EB1A5800348; Fri, 12 Sep 2003 11:37:57 -0400 (EDT) Message-ID: <3F61E855.4010608@redhat.com> Date: Fri, 12 Sep 2003 15:38:00 -0000 From: "J. Johnston" Organization: Red Hat Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney 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> <3F60F94E.7040100@redhat.com> In-Reply-To: <3F60F94E.7040100@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00261.txt.bz2 Patch checked into mainline and 6.0. -- Jeff J. Andrew Cagney wrote: > >> 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 > > >