Changeset 9b088157 in rtems

Timestamp:
05/13/21 15:13:57 (3 years ago)
Author:
Stephen Clark <stephen.clark@…>
Branches:
master
Children:
db9e885
Parents:
75c133bd
git-author:
Stephen Clark <stephen.clark@…> (05/13/21 15:13:57)
git-committer:
Joel Sherrill <joel@…> (10/27/21 18:25:30)
Message:

rtems-debugger: Fixed pointer types to work on 32 and 64 bit architectures

Using 32bit types like uint32_t for pointers creates issues on 64 bit
architectures like AArch64. Replaced occurrences of these with
uintptr_t, which will work for both 32 and 64 bit architectures. Added
hex_decode_addr function to rtems-debugger.

(No files)

Note: See TracChangeset for help on using the changeset viewer.