This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 2/7] New regs_info for aarch32
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>
- Cc: Pedro Alves <palves at redhat dot com>, gdb-patches at sourceware dot org
- Date: Tue, 18 Aug 2015 18:42:27 -0400
- Subject: Re: [PATCH 2/7] New regs_info for aarch32
- Authentication-results: sourceware.org; auth=none
- References: <1438355801-25798-1-git-send-email-yao dot qi at linaro dot org> <1438355801-25798-3-git-send-email-yao dot qi at linaro dot org> <55BF7383 dot 5030304 at redhat dot com> <55BF980F dot 5010306 at gmail dot com> <55BFA0AD dot 5000408 at redhat dot com> <86614ve5z5 dot fsf at gmail dot com> <20150811194012 dot GA19956 at adacore dot com> <55D34D7A dot 4020909 at gmail dot com>
> If kernel doesn't support NT_ARM_VFP, GDBserver
> (linux-low.c:regsets_fetch_inferior_registers) can disable this
> regset_info. On the other hand, if kernel is too old to support
> PTRACE_GETREGSET, aarch32_regsets won't be used at all.
>
> >
> >gdb/gdbserver/ChangeLog:
> >
> > * linux-aarch32-low.c (NT_ARM_VFP): Define if not already defined.
> >
>
> Patch looks right to me.
Thank you, Yao. Patch pushed!
--
Joel