Commit a450a84
committed
[lldb] Fix reading duplicate objc class metdata from shared cache
The code for v16 of the shared cache objc class layout was copy/pasted
from the previous versions incorrectly. Namely, the wrong class offset
list was used and the class_infos index was never updated.
rdar://1644306951 parent 6d18313 commit a450a84
File tree
1 file changed
+2
-1
lines changed- lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | | - | |
| 540 | + | |
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
| 579 | + | |
579 | 580 | | |
580 | 581 | | |
581 | 582 | | |
| |||
0 commit comments