This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] btrace, vdso: add vdso target sections
- From: Pedro Alves <palves at redhat dot com>
- To: "Metzger, Markus T" <markus dot t dot metzger at intel dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Tue, 20 May 2014 12:12:28 +0100
- Subject: Re: [PATCH] btrace, vdso: add vdso target sections
- Authentication-results: sourceware.org; auth=none
- References: <1396601586-24380-1-git-send-email-markus dot t dot metzger at intel dot com> <53760BDF dot 2080500 at redhat dot com> <A78C989F6D9628469189715575E55B230C16E478 at IRSMSX104 dot ger dot corp dot intel dot com> <A78C989F6D9628469189715575E55B230C16E5C6 at IRSMSX104 dot ger dot corp dot intel dot com> <537A7A80 dot 3050801 at redhat dot com> <A78C989F6D9628469189715575E55B230C16EE8F at IRSMSX104 dot ger dot corp dot intel dot com>
On 05/20/2014 07:40 AM, Metzger, Markus T wrote:
>> Does this patch fix it ?
>
> It does when we request TARGET_OBJECT_MEMORY.
You mean, the patch should have been:
- return ops->to_xfer_partial (ops, TARGET_OBJECT_RAW_MEMORY,
+ return ops->to_xfer_partial (ops, TARGET_OBJECT_MEMORY,
?
--
Pedro Alves