[lldb] Support Compact C Type Format (CTF) section
Teach LLDB about the ctf (Compact C Type Format) section. Differential revision: https://reviews.llvm.org/D154668
This commit is contained in:
@@ -1673,6 +1673,7 @@ static SectionType GetSectionTypeFromName(llvm::StringRef Name) {
|
||||
.Case(".ARM.exidx", eSectionTypeARMexidx)
|
||||
.Case(".ARM.extab", eSectionTypeARMextab)
|
||||
.Cases(".bss", ".tbss", eSectionTypeZeroFill)
|
||||
.Case(".ctf", eSectionTypeDebug)
|
||||
.Cases(".data", ".tdata", eSectionTypeData)
|
||||
.Case(".eh_frame", eSectionTypeEHFrame)
|
||||
.Case(".gnu_debugaltlink", eSectionTypeDWARFGNUDebugAltLink)
|
||||
|
||||
Reference in New Issue
Block a user