This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Show the DBGError if dsymForUUID can't find a dSYM
ClosedPublic

Authored by JDevlieghere on Apr 13 2022, 4:18 PM.

Details

Summary

Show the user the DBGError (if available) when dsymForUUID fails.

rdar://90949180

Diff Detail

Event Timeline

JDevlieghere created this revision.Apr 13 2022, 4:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 13 2022, 4:18 PM
JDevlieghere requested review of this revision.Apr 13 2022, 4:18 PM
JDevlieghere updated this revision to Diff 422688.

Add test

This revision is now accepted and ready to land.Apr 14 2022, 2:59 PM
This revision was landed with ongoing or failed builds.Apr 14 2022, 4:54 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2022, 4:54 PM
StephenTozer added inline comments.
lldb/source/Symbol/LocateSymbolFileMacOSX.cpp.rej
1

This file was presumably included by accident?

JDevlieghere marked an inline comment as done.Apr 28 2022, 8:17 AM