This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]