diff --git a/lldb/include/lldb/lldb-enumerations.h b/lldb/include/lldb/lldb-enumerations.h index 17622a83f95eb4a89d132dfe14880dcb9218f894..40b9ba02c238b05c97c29ee0a6b68a583e9354e3 100644 --- a/lldb/include/lldb/lldb-enumerations.h +++ b/lldb/include/lldb/lldb-enumerations.h @@ -367,6 +367,17 @@ typedef enum SectionType eSectionTypeZeroFill, eSectionTypeDataObjCMessageRefs, // Pointer to function pointer + selector eSectionTypeDataObjCCFStrings, // Objective C const CFString/NSString objects + eSectionTypeDWARFDebugAbbrev, + eSectionTypeDWARFDebugAranges, + eSectionTypeDWARFDebugFrame, + eSectionTypeDWARFDebugInfo, + eSectionTypeDWARFDebugLine, + eSectionTypeDWARFDebugLoc, + eSectionTypeDWARFDebugMacInfo, + eSectionTypeDWARFDebugPubnames, + eSectionTypeDWARFDebugPubtypes, + eSectionTypeDWARFDebugRanges, + eSectionTypeDWARFDebugStr, eSectionTypeOther } SectionType;