Commit 3c2ba68
authored
[lldb] Don't warn that libobjc was read from memory in corefile (llvm#127138)
AppleObjCRuntimeV2 prints a warning when we read libobjc.A.dylib from
memory, as a canary to detect that we are reading system binaries out of
memory (which is slow, and we try hard to avoid). But with a corefile,
reading out of "memory" is fine, and may be the only way we can find the
correct binary.
rdar://1443226881 parent 0454dd8 commit 3c2ba68
File tree
1 file changed
+3
-0
lines changed- lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2666 | 2666 | | |
2667 | 2667 | | |
2668 | 2668 | | |
| 2669 | + | |
| 2670 | + | |
| 2671 | + | |
2669 | 2672 | | |
2670 | 2673 | | |
2671 | 2674 | | |
| |||
0 commit comments