From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14675 invoked by alias); 7 Jul 2008 18:10:49 -0000 Received: (qmail 14665 invoked by uid 22791); 7 Jul 2008 18:10:49 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 07 Jul 2008 18:10:25 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 1188198416; Mon, 7 Jul 2008 18:10:24 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id E9DE79805C; Mon, 7 Jul 2008 18:10:23 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KFvAN-0002Hn-Bi; Mon, 07 Jul 2008 14:10:23 -0400 Date: Mon, 07 Jul 2008 18:10:00 -0000 From: Daniel Jacobowitz To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [non-stop v2] 07.2/10 update all targets to target_stop change Message-ID: <20080707181023.GD1778@caradoc.them.org> Mail-Followup-To: Pedro Alves , gdb-patches@sourceware.org References: <200806152205.16824.pedro@codesourcery.com> <20080625194409.GF25575@caradoc.them.org> <200807020434.19282.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200807020434.19282.pedro@codesourcery.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-07/txt/msg00085.txt.bz2 On Wed, Jul 02, 2008 at 04:34:19AM +0100, Pedro Alves wrote: > I wrote: > > Wednesday 25 June 2008 20:44:09, Daniel Jacobowitz wrote: > >> How about adding a ptid argument to to_stop instead? I think the code > >> will be shared in most cases. > >Updated patch adds a ptid_t argument to target_stop, and > >fixes enough targets to build on linux. Patch to update all other > >targets to the new target_stop interface comming up. Nothing else > >changed. > > > > Here it is. grepping for "to_stop = " and target_stop didn't find > any other cases. OK with the previous patch? OK. -- Daniel Jacobowitz CodeSourcery