From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8239 invoked by alias); 9 Jan 2002 10:19:26 -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 8209 invoked from network); 9 Jan 2002 10:19:24 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 9 Jan 2002 10:19:24 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id MAA01991; Wed, 9 Jan 2002 12:18:38 +0200 (IST) Date: Wed, 09 Jan 2002 02:19:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Pierre Muller cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/RFC] Add i386_cleanup_dregs at program exit. In-Reply-To: <4.2.0.58.20020109102139.020a5d80@ics.u-strasbg.fr> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-01/txt/msg00166.txt.bz2 On Wed, 9 Jan 2002, Pierre Muller wrote: > >Is this really necessary? Why do we need to propagate processor-specific > >issues into breakpoint.c? > > Because there is no i386 common code that is called at program exit, If we really need that, we could add one. There's nothing wrong IMHO with having a target-specific mourne-inferior function.