From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M6Qmq-0004Vd-Ra for qemu-devel@nongnu.org; Tue, 19 May 2009 10:59:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M6Qmm-0004R8-1d for qemu-devel@nongnu.org; Tue, 19 May 2009 10:59:24 -0400 Received: from [199.232.76.173] (port=56882 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M6Qml-0004Qw-O2 for qemu-devel@nongnu.org; Tue, 19 May 2009 10:59:19 -0400 Received: from mx20.gnu.org ([199.232.41.8]:16998) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M6Qml-0005pa-CH for qemu-devel@nongnu.org; Tue, 19 May 2009 10:59:19 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M6Qmj-0002ya-Iv for qemu-devel@nongnu.org; Tue, 19 May 2009 10:59:17 -0400 Date: Tue, 19 May 2009 07:59:15 -0700 From: Nathan Froyd Subject: Re: [Qemu-devel] Re: [PATCH] fix gdbstub support for multiple threads in usermode Message-ID: <20090519145914.GZ23911@codesourcery.com> References: <1242156943-27850-1-git-send-email-froydnj@codesourcery.com> <4A09E1C2.9020302@web.de> <1242224011.2181.6.camel@system> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1242224011.2181.6.camel@system> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: vibisreenivasan Cc: qemu-devel@nongnu.org On Wed, May 13, 2009 at 07:43:31PM +0530, vibisreenivasan wrote: > Is user mode threading in a working state , it is written in the > TODO file as > > "- remove threading support as it cannot work at this point". It does work on ARM Linux binaries. I have patches that make it work on PPC Linux binaries, and I'm working on getting those patches submitted. -Nathan