Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] Add support for the arm breakpoint syscall

2014-06-25 Thread Michael Tokarev
24.06.2014 22:54, Riku Voipio wrote: 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

Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] Add support for the arm breakpoint syscall

2014-06-24 Thread Michael Tokarev
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.

Re: [Qemu-devel] [Qemu-trivial] [PATCH v2] Add support for the arm breakpoint syscall

2014-06-24 Thread Riku Voipio
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