This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][NativePDB] Check for missing type info to avoid crash.
ClosedPublic

Authored by zequanwu on May 17 2022, 6:28 PM.

Details

Summary

NativePDB often assumes that all debug info are available.
This is one step to make it more pervasive.

Diff Detail

Event Timeline

zequanwu created this revision.May 17 2022, 6:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2022, 6:28 PM
zequanwu requested review of this revision.May 17 2022, 6:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 17 2022, 6:28 PM
rnk accepted this revision.May 25 2022, 12:16 PM

lgtm

This revision is now accepted and ready to land.May 25 2022, 12:16 PM