This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 00/13] [aarch64] Share more code between GDB and 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: Tue, 25 Aug 2015 11:42:57 +0100
- Subject: Re: [PATCH 00/13] [aarch64] Share more code between GDB and GDBserver
- Authentication-results: sourceware.org; auth=none
- References: <1439913199-22882-1-git-send-email-yao dot qi at linaro dot org>
Yao Qi <qiyaoltc@gmail.com> writes:
> This patch series makes more aarch64-linux code shared between GDB and
> GDBserver. These shared code are about HW watchpoint handling and
> aarch64_linux_new_thread. The first several small patches make code
> in two sides identical, and then the following patches move them into
> nat/ directory.
>
> The while series is tested aarch64-linux.
I've pushed them in.
--
Yao (éå)