This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 11/12] M68K Linux: Define regset structures.
- From: Yao Qi <yao at codesourcery dot com>
- To: Andreas Arnez <arnez at linux dot vnet dot ibm dot com>
- Cc: <gdb-patches at sourceware dot org>, Andreas Schwab <schwab at linux-m68k dot org>
- Date: Tue, 27 May 2014 20:46:17 +0800
- Subject: Re: [PATCH 11/12] M68K Linux: Define regset structures.
- Authentication-results: sourceware.org; auth=none
- References: <1401122208-2481-1-git-send-email-arnez at linux dot vnet dot ibm dot com> <1401122208-2481-12-git-send-email-arnez at linux dot vnet dot ibm dot com> <5383EBE5 dot 4060709 at codesourcery dot com> <87bnuj7gg3 dot fsf at br87z6lw dot de dot ibm dot com>
On 05/27/2014 04:51 PM, Andreas Arnez wrote:
> It is intended here, such that the register sets are actually used by
> linux_nat_collect_thread_registers and get_core_register_section.
>
> If I didn't miss anything, M68K and IA64 were the only Linux targets
> without regset_from_core_section gdbarch methods before. After the
> patch series all Linux targets should have them, and all their regsets
> should have supply- *and* collect methods.
I have no comments then.
--
Yao (éå)