Richard Henderson writes:
> On 7/21/21 12:38 AM, Alex Bennée wrote:
>> Richard Henderson writes:
>>
>>> Set CF_SINGLE_STEP when single-stepping is enabled.
>>> This avoids the need to flush all tb's when turning
>>> single-stepping on or off.
>>>
>>> Signed-off-by: Richard Henderson
>>> ---
On 7/21/21 12:38 AM, Alex Bennée wrote:
Richard Henderson writes:
Set CF_SINGLE_STEP when single-stepping is enabled.
This avoids the need to flush all tb's when turning
single-stepping on or off.
Signed-off-by: Richard Henderson
---
include/exec/exec-all.h | 1 +
accel/tcg/cpu-exec.c
Richard Henderson writes:
> Set CF_SINGLE_STEP when single-stepping is enabled.
> This avoids the need to flush all tb's when turning
> single-stepping on or off.
>
> Signed-off-by: Richard Henderson
> ---
> include/exec/exec-all.h | 1 +
> accel/tcg/cpu-exec.c | 7 ++-
> accel/tcg
On Tue, 20 Jul 2021 at 20:55, Richard Henderson
wrote:
>
> Set CF_SINGLE_STEP when single-stepping is enabled.
> This avoids the need to flush all tb's when turning
> single-stepping on or off.
>
> Signed-off-by: Richard Henderson
Reviewed-by: Peter Maydell
thanks
-- PMM
Set CF_SINGLE_STEP when single-stepping is enabled.
This avoids the need to flush all tb's when turning
single-stepping on or off.
Signed-off-by: Richard Henderson
---
include/exec/exec-all.h | 1 +
accel/tcg/cpu-exec.c | 7 ++-
accel/tcg/translate-all.c | 4
accel/tcg/translator