[PATCH] [aarch64] Check region OK for HW watchpoint in GDBserver

Yao Qi qiyaoltc@gmail.com
Thu Aug 27 13:51:00 GMT 2015


Yao Qi <qiyaoltc@gmail.com> writes:

> @@ -517,6 +517,7 @@ aarch64_handle_watchpoint (enum target_hw_bp_type type, CORE_ADDR addr,
>  			   int len, int is_insert,
>  			   struct aarch64_debug_reg_state *state)
>  {
> +
>    if (aarch64_point_is_aligned (1 /* is_watchpoint */ , addr, len))
>      return aarch64_handle_aligned_watchpoint (type, addr, len, is_insert,
>  					      state);

The blank line was added unnecessarily.  I'll remove it.

-- 
Yao (齐尧)



More information about the Gdb-patches mailing list