Re: [PATCH for-6.1 v6 09/17] target/arm: Implement debug_check_breakpoint

2021-07-21 Thread Alex Bennée
Richard Henderson writes: > Reuse the code at the bottom of helper_check_breakpoints, > which is what we currently call from *_tr_breakpoint_check. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH for-6.1 v6 09/17] target/arm: Implement debug_check_breakpoint

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