Skip to content
Commit 6e5c4a44 authored by David Spickett's avatar David Spickett
Browse files

[lldb] Re-enable GDB server client memory tag read tests

These were disabled in 473a3a77
because they failed on 32 bit platforms. (Arm for sure but I assume
any 32 bit)

This was due to the printf formatter used. These assumed
that types like uint64_t/size_t would be certain size/type and
that changes on 32 bit.

Instead use "z" to print the size_t and PRI<...> formatters
for the addr_t (always uint64_t) and the int32_t.
parent 79c98279
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment