Skip to content

Commit 7854da6

Browse files
HemangGadhaviDhruvSrivastavaX
authored andcommitted
[lldb][AIX] Added support to load DW_ranges section (llvm#142356)
This PR is in reference to porting LLDB on AIX. Link to discussions on llvm discourse and github: 1. https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640 2. llvm#101657 The complete changes for porting are present in this draft PR: llvm#102601 - [lldb] [AIX] Added support to load Dwarf Ranges(.dwranges) section.
1 parent 4c57ef7 commit 7854da6

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
@@ -335,6 +335,7 @@ void ObjectFileXCOFF::CreateSectionsWithBitness(
335335
.Case(".dwinfo", eSectionTypeDWARFDebugInfo)
336336
.Case(".dwline", eSectionTypeDWARFDebugLine)
337337
.Case(".dwabrev", eSectionTypeDWARFDebugAbbrev)
338+
.Case(".dwrnges", eSectionTypeDWARFDebugRanges)
338339
.Default(eSectionTypeInvalid);
339340
}
340341

0 commit comments

Comments
 (0)