Skip to content

Commit 6abd1d1

Browse files
Merge pull request #45 from DhruvSrivastavaX/18-lldb-invalid-range-list-offset
Invalid DWARF rangelist
2 parents 89b3aba + 9ff945e commit 6abd1d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/ObjectFile/XCOFF/ObjectFileXCOFF.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,7 @@ SectionType ObjectFileXCOFF::GetSectionType(llvm::StringRef sect_name,
578578
.Case(".dwinfo", eSectionTypeDWARFDebugInfo)
579579
.Case(".dwline", eSectionTypeDWARFDebugLine)
580580
.Case(".dwabrev", eSectionTypeDWARFDebugAbbrev)
581+
.Case(".dwrnges", eSectionTypeDWARFDebugRanges)
581582
.Default(eSectionTypeInvalid);
582583

583584
if (section_type != eSectionTypeInvalid)

0 commit comments

Comments
 (0)