[PATCH v2 1/7] Fix for memory record corruption due to 64bit addresses

Pedro Alves palves@redhat.com
Mon Jan 6 19:50:00 GMT 2014


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



More information about the Gdb-patches mailing list