Commit b92a88b
committed
[lldb] Don't call FixDataAddress when reading fp in ReadGPRValue
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.1 parent 31e43e2 commit b92a88b
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2228 | 2228 | | |
2229 | 2229 | | |
2230 | 2230 | | |
2231 | | - | |
2232 | | - | |
2233 | | - | |
2234 | 2231 | | |
2235 | 2232 | | |
2236 | 2233 | | |
| |||
0 commit comments