Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86247e9

Browse filesBrowse files
HemangGadhavisallto
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 0539b20 commit 86247e9
Copy full SHA for 86247e9

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: lldb/source/Plugins/ObjectFile/XCOFF/ObjectFileXCOFF.cpp
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ void ObjectFileXCOFF::CreateSectionsWithBitness(
239239
.Case(".dwinfo", eSectionTypeDWARFDebugInfo)
240240
.Case(".dwline", eSectionTypeDWARFDebugLine)
241241
.Case(".dwabrev", eSectionTypeDWARFDebugAbbrev)
242+
.Case(".dwrnges", eSectionTypeDWARFDebugRanges)
242243
.Default(eSectionTypeInvalid);
243244
}
244245

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.