From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6736 invoked by alias); 25 Jun 2008 23:11:46 -0000 Received: (qmail 6727 invoked by uid 22791); 25 Jun 2008 23:11:46 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 25 Jun 2008 23:11:20 +0000 Received: (qmail 9343 invoked from network); 25 Jun 2008 23:11:18 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 25 Jun 2008 23:11:18 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: Make the remote target always register a thread Date: Thu, 26 Jun 2008 02:48:00 -0000 User-Agent: KMail/1.9.9 References: <200806260008.08596.pedro@codesourcery.com> In-Reply-To: <200806260008.08596.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200806260011.16729.pedro@codesourcery.com> 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-06/txt/msg00462.txt.bz2 A Thursday 26 June 2008 00:08:08, Pedro Alves wrote: > This patch makes the remote target always put a thread in the > thread list. This is needed so we can get rid of context > switching on the core side. > Sorry, forgot to add that this patch applies on top of the other one I just sent that makes the remote target use ptid.tid for thread ids. [make the remote target store thread ids in ptid_t.tid] http://sourceware.org/ml/gdb-patches/2008-06/msg00458.html -- Pedro Alves