From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 804DBDDFC7 for ; Fri, 29 May 2009 17:39:29 +1000 (EST) Subject: Re: [PATCH] powerpc ptrace block-step From: Benjamin Herrenschmidt To: Roland McGrath In-Reply-To: <20090529073213.B7227FC2BD@magilla.sf.frob.com> References: <20090401215903.DE872FC3AB@magilla.sf.frob.com> <1243573429.17903.30.camel@pasglop> <20090529073213.B7227FC2BD@magilla.sf.frob.com> Content-Type: text/plain Date: Fri, 29 May 2009 17:39:21 +1000 Message-Id: <1243582761.17903.38.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, utrace-devel@redhat.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2009-05-29 at 00:32 -0700, Roland McGrath wrote: > Thanks! I'm very glad to finally see this ironed out by someone who > actually knows about powerpc innards. yeah, it's been on my todo list for some time... decided that it stayed rotting for too long. We also did a little test program to exercise wich is how I discovered the subtle difference between BookE and server. Any comment about my approach of making BookE "look like" server by sticking a single step in there ? IE. Is the semantic of stopping on the -target- of the branch what userspace expects ? Cheers, Ben.