This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH v2 1/7] Fix for memory record corruption due to 64bit addresses
- From: Pedro Alves <palves at redhat dot com>
- To: Omair Javaid <omair dot javaid at linaro dot org>
- Cc: gdb-patches at sourceware dot org, patches at linaro dot org
- Date: Mon, 06 Jan 2014 19:50:39 +0000
- Subject: Re: [PATCH v2 1/7] Fix for memory record corruption due to 64bit addresses
- Authentication-results: sourceware.org; auth=none
- References: <y> <cover dot 1388709773 dot git dot omair dot javaid at linaro dot org> <1c17769566e2e87f4c5be2df91aba4c0aff4806c dot 1388709773 dot git dot omair dot javaid at linaro dot org>
On 01/03/2014 07:15 PM, Omair Javaid wrote:
> This patch changes record memory address type to unsigned 32bit integers.
> On targets where CORE_ADDR configures to become a unsigned 64bit value the
> arm process record code fails resulting in various testsuite failures.
>
> gdb:
>
> 2014-01-03 Omair Javaid <omair.javaid@linaro.org>
>
> * arm-tdep.c (struct arm_mem_r) <addr>: Change type to unit32_t.
uint32_t.
Other than that looks fine.
Thanks,
--
Pedro Alves