This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 1/2] New proc supports_get_siginfo_type
- From: Pedro Alves <palves at redhat dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>, gdb-patches at sourceware dot org
- Date: Wed, 24 Jun 2015 11:32:31 +0100
- Subject: Re: [PATCH 1/2] New proc supports_get_siginfo_type
- Authentication-results: sourceware.org; auth=none
- References: <1434971017-22494-1-git-send-email-yao dot qi at linaro dot org>
On 06/22/2015 12:03 PM, Yao Qi wrote:
> Both siginfo-obj.exp and siginfo-thread.exp have the same code
> checking the support of geting a type of siginfo for a given arch.
> This patch is to move these code into a proc supports_get_siginfo_type.
Looks fine to me.
Thanks,
Pedro Alves