Searched hist:"50 b208b848d9497cf6d320b2d4a38a8f07354f5d" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | bpt_helper.c | diff 50b208b848d9497cf6d320b2d4a38a8f07354f5d Sun Jun 20 01:23:17 CDT 2021 Richard Henderson <richard.henderson@linaro.org> target/i386: Use cpu_breakpoint_test in breakpoint_handler
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> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20210620062317.1399034-1-richard.henderson@linaro.org>
|