We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7eb4a2 commit 91ffa10Copy full SHA for 91ffa10
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -3271,6 +3271,8 @@ class SwiftDWARFImporterDelegate : public swift::DWARFImporterDelegate {
3271
for (size_t i = 0; i != images.GetSize(); ++i) {
3272
auto module_sp = images.GetModuleAtIndex(i);
3273
auto *swift_ast_ctx = GetModuleSwiftASTContext(*module_sp);
3274
+ if (!swift_ast_ctx)
3275
+ continue;
3276
auto *dwarf_imp = static_cast<SwiftDWARFImporterDelegate *>(
3277
swift_ast_ctx->GetDWARFImporterDelegate());
3278
if (!dwarf_imp || dwarf_imp == this)
0 commit comments