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 1706ebf commit c8bfbbcCopy full SHA for c8bfbbc
lldb/source/Plugins/ObjectFile/XCOFF/ObjectFileXCOFF.cpp
@@ -339,6 +339,7 @@ void ObjectFileXCOFF::CreateSectionsWithBitness(
339
.Case(".dwinfo", eSectionTypeDWARFDebugInfo)
340
.Case(".dwline", eSectionTypeDWARFDebugLine)
341
.Case(".dwabrev", eSectionTypeDWARFDebugAbbrev)
342
+ .Case(".dwrnges", eSectionTypeDWARFDebugRanges)
343
.Default(eSectionTypeInvalid);
344
}
345
0 commit comments