[LLDB] - Improved DWARF5 support.
This patch improves the support of DWARF5. Particularly the reporting of source code locations. Differential revision: https://reviews.llvm.org/D51935 llvm-svn: 342153
This commit is contained in:
@@ -350,6 +350,7 @@ AddressClass ObjectFile::GetAddressClass(addr_t file_addr) {
|
||||
case eSectionTypeDWARFDebugFrame:
|
||||
case eSectionTypeDWARFDebugInfo:
|
||||
case eSectionTypeDWARFDebugLine:
|
||||
case eSectionTypeDWARFDebugLineStr:
|
||||
case eSectionTypeDWARFDebugLoc:
|
||||
case eSectionTypeDWARFDebugMacInfo:
|
||||
case eSectionTypeDWARFDebugMacro:
|
||||
|
||||
Reference in New Issue
Block a user