This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix log & progress report for in-memory binaries
ClosedPublic

Authored by JDevlieghere on Mar 21 2022, 1:38 PM.

Details

Summary

Fix the log and progress report message for in-memory binaries. If there's no object file, use the name from the Module. With this patch we correctly show the library name when attaching to a remote process without an expanded shared cache.

Diff Detail

Event Timeline

JDevlieghere created this revision.Mar 21 2022, 1:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2022, 1:38 PM
JDevlieghere requested review of this revision.Mar 21 2022, 1:38 PM
This revision is now accepted and ready to land.Mar 21 2022, 1:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2022, 3:36 PM