mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 16:06:39 +08:00
[LLDB] - Add basic support for .debug_rnglists section (DWARF5)
This adds a basic support of the .debug_rnglists section. Only the DW_RLE_start_length and DW_RLE_end_of_list entries are supported. Differential revision: https://reviews.llvm.org/D52981 llvm-svn: 344119
This commit is contained in:
@@ -358,6 +358,7 @@ AddressClass ObjectFile::GetAddressClass(addr_t file_addr) {
|
||||
case eSectionTypeDWARFDebugPubNames:
|
||||
case eSectionTypeDWARFDebugPubTypes:
|
||||
case eSectionTypeDWARFDebugRanges:
|
||||
case eSectionTypeDWARFDebugRngLists:
|
||||
case eSectionTypeDWARFDebugStr:
|
||||
case eSectionTypeDWARFDebugStrOffsets:
|
||||
case eSectionTypeDWARFDebugTypes:
|
||||
|
||||
Reference in New Issue
Block a user