qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] target/i386: Use cpu_breakpoint_test in breakpoint_handler


From: Eduardo Habkost
Subject: Re: [PATCH] target/i386: Use cpu_breakpoint_test in breakpoint_handler
Date: Fri, 9 Jul 2021 16:04:08 -0400

On Fri, Jul 09, 2021 at 09:00:30AM -0700, Richard Henderson wrote:
> Ping.
> 
> On 6/19/21 11:23 PM, Richard Henderson wrote:
> > The loop is performing a simple boolean test for the existence
> > of a BP_CPU breakpoint at EIP.  Plus it gets the iteration wrong,
> > if we happen to have a BP_GDB breakpoint at the same address.
> > 
> > We have a function for this: cpu_breakpoint_test.
> > 
> > Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

cpu_breakpoint_test() logic matches the existing code being
replaced, so:

Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>

I wouldn't have objected if you simply merged this without
waiting for review from others, though.  I believe you know this
code better than anybody else.

-- 
Eduardo




reply via email to

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