mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
[lldb/DWARF] Move location list sections into DWARFContext
These are the last sections not managed by the DWARFContext object. I also introduce separate SectionType enums for dwo section variants, as this is necessary for proper handling of single-file split dwarf.
This commit is contained in:
@@ -1133,7 +1133,9 @@ AddressClass ObjectFileMachO::GetAddressClass(lldb::addr_t file_addr) {
|
||||
case eSectionTypeDWARFDebugLine:
|
||||
case eSectionTypeDWARFDebugLineStr:
|
||||
case eSectionTypeDWARFDebugLoc:
|
||||
case eSectionTypeDWARFDebugLocDwo:
|
||||
case eSectionTypeDWARFDebugLocLists:
|
||||
case eSectionTypeDWARFDebugLocListsDwo:
|
||||
case eSectionTypeDWARFDebugMacInfo:
|
||||
case eSectionTypeDWARFDebugMacro:
|
||||
case eSectionTypeDWARFDebugNames:
|
||||
|
||||
Reference in New Issue
Block a user