qemu-arm
[Top][All Lists]
Advanced

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

Re: [Qemu-arm] [Qemu-devel] [PATCH 1/1] AArch64: Fix single stepping of


From: Peter Maydell
Subject: Re: [Qemu-arm] [Qemu-devel] [PATCH 1/1] AArch64: Fix single stepping of ERET instruction
Date: Thu, 14 Sep 2017 13:34:34 +0100

On 8 September 2017 at 17:58, Richard Henderson
<address@hidden> wrote:
> On 09/08/2017 04:02 AM, Jaroslaw Pelczar wrote:
>> Previously when single stepping through ERET instruction via GDB
>> would result in debugger entering the "next" PC after ERET instruction.
>> When debugging in kernel mode, this will also cause unintended behavior,
>> because debugger will try to access memory from EL0 point of view.
>>
>> Signed-off-by: Jaroslaw Pelczar <address@hidden>
>> ---
>>  target/arm/translate-a64.c | 1 +
>>  1 file changed, 1 insertion(+)
>
> Reviewed-by: Richard Henderson <address@hidden>

Applied, thanks.

-- PMM



reply via email to

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