From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1316 invoked by alias); 26 May 2003 19:57:29 -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 26919 invoked from network); 26 May 2003 19:54:41 -0000 Received: from unknown (HELO localhost.localdomain) (207.236.65.94) by sources.redhat.com with SMTP; 26 May 2003 19:54:41 -0000 Received: from localhost.redhat.com ([10.2.246.247]) by localhost.localdomain (8.11.6/8.11.6) with ESMTP id h4QJsYa15578 for ; Mon, 26 May 2003 15:54:36 -0400 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id DEFA42B2F; Mon, 26 May 2003 15:54:19 -0400 (EDT) Message-ID: <3ED270EB.3040700@redhat.com> Date: Mon, 26 May 2003 19:57:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney , Daniel Jacobowitz , Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: RFC: threads PREPARE_TO_PROCEED patch References: <20030313233251.GA22466@nevyn.them.org> <86of4d7tle.fsf@elgar.kettenis.dyndns.org> <20030314183529.GA18511@nevyn.them.org> <200303152039.h2FKdEnO000331@elgar.kettenis.dyndns.org> <20030315205139.GA16167@nevyn.them.org> <3E74EB7E.8070603@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00488.txt.bz2 [picking up old thread sitting in my in box, added AndreasS] Can I suggest: - moving default_prepare_to_proceed() to infrun.c, make it static, rename it to prepare_to_proceed(). - removing PREPARE_TO_PROCEED from the architecture vector - renaming HP's (and Mach) PREPARE_TO_PROCEED to DEPRECATED_PREPARE_TO_PROCEED - tweaking the PREPARE_TO_PROCEED code to use #ifdef'd DEPRECATED_PREPARE_TO_PROCEED if available. Andrew