Skip to:
When debugging a binary on kingfisher board with valgrind/memcheck, it exists at startup, complaining for unhandled instruction.
disInstr(arm64): unhandled instruction 0xD5380001disInstr(arm64): 1101'0101 0011'1000 0000'0000 0000'0001 ==2082==
valgrind: Unrecognised instruction at address 0x4014e64.
Bumping valgrind to the very latest version (git://sourceware.org/git/valgrind.git / 2b0aa0a5b88f900e986a3360952fcb3d2513419d)
makes the issue disappear.
Close for FF RC4
When debugging a binary on kingfisher board with valgrind/memcheck, it exists at startup, complaining for unhandled instruction.
disInstr(arm64): unhandled instruction 0xD5380001
disInstr(arm64): 1101'0101 0011'1000 0000'0000 0000'0001 ==2082==
valgrind: Unrecognised instruction at address 0x4014e64.
Bumping valgrind to the very latest version (git://sourceware.org/git/valgrind.git / 2b0aa0a5b88f900e986a3360952fcb3d2513419d)
makes the issue disappear.