Re: [PATCH for-6.1 v5 09/15] target/arm: Implement debug_check_breakpoint

2021-07-20 Thread Philippe Mathieu-Daudé
On 7/20/21 3:17 AM, Richard Henderson wrote: > Reuse the code at the bottom of helper_check_breakpoints, > which is what we currently call from *_tr_breakpoint_check. > > Signed-off-by: Richard Henderson > --- > target/arm/internals.h| 3 +++ > target/arm/cpu.c | 1 + > target/arm/c

[PATCH for-6.1 v5 09/15] target/arm: Implement debug_check_breakpoint

2021-07-19 Thread Richard Henderson
Reuse the code at the bottom of helper_check_breakpoints, which is what we currently call from *_tr_breakpoint_check. Signed-off-by: Richard Henderson --- target/arm/internals.h| 3 +++ target/arm/cpu.c | 1 + target/arm/cpu_tcg.c | 1 + target/arm/debug_helper.c | 7 +++ 4