[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Single stepping command line option? (was: [5910] targe
From: |
Laurent Desnogues |
Subject: |
Re: [Qemu-devel] Single stepping command line option? (was: [5910] target-ppc: convert SPR accesses to TCG) |
Date: |
Sun, 7 Dec 2008 17:47:59 +0100 |
On Sun, Dec 7, 2008 at 5:43 PM, Stefan Weil <address@hidden> wrote:
> What about replacing DO_SINGLE_STEP, MIPS_SINGLE_STEP and SH4_SINGLE_STEP
> (are there more of them?) by a command line option (-singlestep)
> which allows setting this at run time?
>
> The increase in execution time can be neglected.
I did it on my local copy and indeed it adds nothing measurable
to execution time. That's very handy to have such an option.
Laurent