[lldb] Add boilerplate to recognize the .debug_rnglists.dwo section
This commit is contained in:
@@ -1581,6 +1581,7 @@ static SectionType GetSectionTypeFromName(llvm::StringRef Name) {
|
||||
.Case("pubtypes", eSectionTypeDWARFDebugPubTypes)
|
||||
.Case("ranges", eSectionTypeDWARFDebugRanges)
|
||||
.Case("rnglists", eSectionTypeDWARFDebugRngLists)
|
||||
.Case("rnglists.dwo", eSectionTypeDWARFDebugRngListsDwo)
|
||||
.Case("str", eSectionTypeDWARFDebugStr)
|
||||
.Case("str.dwo", eSectionTypeDWARFDebugStrDwo)
|
||||
.Case("str_offsets", eSectionTypeDWARFDebugStrOffsets)
|
||||
|
||||
Reference in New Issue
Block a user