This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 7/7] MI: consider addressable unit size when reading/writing memory
- From: Simon Marchi <simon dot marchi at ericsson dot com>
- To: Pedro Alves <palves at redhat dot com>, <gdb-patches at sourceware dot org>
- Date: Mon, 15 Jun 2015 15:51:15 -0400
- Subject: Re: [PATCH v2 7/7] MI: consider addressable unit size when reading/writing memory
- Authentication-results: sourceware.org; auth=none
- References: <1429127258-1033-1-git-send-email-simon dot marchi at ericsson dot com> <1429127258-1033-8-git-send-email-simon dot marchi at ericsson dot com> <555E1B52 dot 1060600 at redhat dot com>
On 15-05-21 01:52 PM, Pedro Alves wrote:
> On 04/15/2015 08:47 PM, Simon Marchi wrote:
>> As a user of the target memory read/write interface, the MI code must
>> adjust its memory allocations to take into account the addressable memory
>> unitsize of the target.
>
> Looks OK to me.
>
> Thanks,
> Pedro Alves
Thanks, pushed.