mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 17:45:07 +08:00
Recognise debug_types.dwo as a debug info section
This is a preparatory patch to allow reading type units from dwo files. llvm-svn: 363146
This commit is contained in:
@@ -1212,6 +1212,7 @@ AddressClass ObjectFileMachO::GetAddressClass(lldb::addr_t file_addr) {
|
||||
case eSectionTypeDWARFDebugStrOffsets:
|
||||
case eSectionTypeDWARFDebugStrOffsetsDwo:
|
||||
case eSectionTypeDWARFDebugTypes:
|
||||
case eSectionTypeDWARFDebugTypesDwo:
|
||||
case eSectionTypeDWARFAppleNames:
|
||||
case eSectionTypeDWARFAppleTypes:
|
||||
case eSectionTypeDWARFAppleNamespaces:
|
||||
|
||||
Reference in New Issue
Block a user