This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] [aarch64] Check region OK for HW watchpoint in GDBserver
- From: Yao Qi <qiyaoltc at gmail dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 27 Aug 2015 14:51:09 +0100
- Subject: Re: [PATCH] [aarch64] Check region OK for HW watchpoint in GDBserver
- Authentication-results: sourceware.org; auth=none
- References: <1440683075-26462-1-git-send-email-yao dot qi at linaro dot org>
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 (éå)