On 10/7/26 22:53, Richard Henderson wrote:
Move the validation of the address range to tcg_insert_breakpoint, which has to deal with gdbstub inputs. Leave assertions behind in cpu_watchpoint_insert, but no error return path.Signed-off-by: Richard Henderson <[email protected]> --- accel/tcg/tcg-accel-ops.c | 3 +++ system/watchpoint.c | 9 ++------- 2 files changed, 5 insertions(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
