From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzVrS-0003iO-Ka for qemu-devel@nongnu.org; Tue, 24 Jun 2014 14:54:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzVrK-0004gp-Ma for qemu-devel@nongnu.org; Tue, 24 Jun 2014 14:54:30 -0400 Date: Tue, 24 Jun 2014 21:54:20 +0300 From: Riku Voipio Message-ID: <20140624185420.GA23788@afflict.kos.to> References: <1403262794-19963-1-git-send-email-hunterlaux@gmail.com> <53A9A02C.7030601@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53A9A02C.7030601@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] Add support for the arm breakpoint syscall List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-trivial@nongnu.org, peter.maydell@linaro.org, riku.voipio@iki.fi, Hunter Laux , qemu-devel@nongnu.org On Tue, Jun 24, 2014 at 07:58:36PM +0400, Michael Tokarev wrote: > 20.06.2014 15:13, Hunter Laux wrote: > > OABI arm used a software interrupt(0xef9f0001) for breakpoints. > > Since 2005 gdb has used the break instruction(0xe7f001f0) for EABI. > > Apparently Steel Bank Common Lisp still uses the swi instruction. > Applied to -trivial, despite the ugliness with the goto. Oh well. It was already in my yesterdays linux-user pull req ( which I need to resend with the name_to_handle_at/open_by_handle_at syscalls fixed ). Riku