Commit 9f53c1b
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 d8cff08 commit 9f53c1b
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2204 | 2204 | | |
2205 | 2205 | | |
2206 | 2206 | | |
2207 | | - | |
2208 | | - | |
2209 | | - | |
2210 | 2207 | | |
2211 | 2208 | | |
2212 | 2209 | | |
| |||
0 commit comments