Commit 1c84c9b
committed
[lldb] Don't call FixDataAddress when reading fp in ReadGPRValue (llvm#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.
(cherry picked from commit bce48c8)1 parent 5462859 commit 1c84c9b
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2182 | 2182 | | |
2183 | 2183 | | |
2184 | 2184 | | |
2185 | | - | |
2186 | | - | |
2187 | | - | |
2188 | 2185 | | |
2189 | 2186 | | |
2190 | 2187 | | |
| |||
0 commit comments