commit | c3d58ef3d0ed32a0ebf12d9ffe78d044ce2ab006 | [log] [tgz] |
---|---|---|
author | Felipe de Azevedo Piovezan <fpiovezan@apple.com> | Fri Sep 19 07:45:08 2025 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Sep 19 07:50:53 2025 -0700 |
tree | 8968157fa3f3b5ec2ff0bc4f66e0ceadc6510421 | |
parent | 766062322efbaa00d7f98c5f851932d2ed2ca0b7 [diff] |
[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