qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Add single stepping option for all targets


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH] Add single stepping option for all targets
Date: Mon, 29 Dec 2008 13:34:01 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Stefan Weil schrieb:
> This patch replaces the compile time options SH4_SINGLE_STEP,
> DO_SINGLE_STEP and MIPS_SINGLE_STEP
> by a command line option -singlestep.
>
> It also adds single step mode for targets which did not have a compile
> time option,
> so all system emulations can be used with -singlestep. Please note that
> I did only
> run a short test for i386 and mips targets.
>
> A new monitor command is provided to enable or disable single step mode.
> The monitor command "info status" was modified to display single step
> mode when activated.
>
> Single stepping in Qemu's system emulation mode is useful to see the cpu
> state
> for each cpu instruction when used with -d in_asm,cpu. It is also a
> simple way to
> slow down the emulation.
>
> The patch does not add single step mode for Qemu's user mode emulation.
> Would this be useful, too?
>
> Kind regards
> Stefan Weil
>
>   


Are there no comments?







reply via email to

[Prev in Thread] Current Thread [Next in Thread]