On 3 February 2014 21:27, Richard Henderson wrote:
> On 02/01/2014 10:16 AM, Peter Maydell wrote:
>> This looks at least superficially OK, but I'm not really familiar
>> with QEMU's breakpoint/watchpoint support code. RTH: do
>> you want to have a look over this one?
>
> It's copied verbatim from
On 02/01/2014 10:16 AM, Peter Maydell wrote:
> This looks at least superficially OK, but I'm not really familiar
> with QEMU's breakpoint/watchpoint support code. RTH: do
> you want to have a look over this one?
It's copied verbatim from the i386 port, missing braces and all.
So it certainly passe
On 20 January 2014 19:34, Michael Walle wrote:
> This patch adds in-target breakpoint and watchpoint support.
This looks at least superficially OK, but I'm not really familiar
with QEMU's breakpoint/watchpoint support code. RTH: do
you want to have a look over this one?
A style point, since I'm
This patch adds in-target breakpoint and watchpoint support.
Signed-off-by: Michael Walle
---
target-lm32/TODO|2 --
target-lm32/cpu.c |1 +
target-lm32/cpu.h | 27 --
target-lm32/helper.c| 89 +++
target