[lldb] Don't call FixDataAddress when reading fp in ReadGPRValue (#159606)

Based on testing on processors that use pointer metadata, and with all
the work done to delay calls to FixDataAddress, this is no longer
necessary.

Note that, with debugserver in particular, this is an NFC change: the
code path here is for frame zero, and debugserver will strip metadata
when reading fp from frame zero anyway.

GitOrigin-RevId: bce48c89a04df5d5918d787e8b481cdfb0707307
1 file changed