[all-commits] [llvm/llvm-project] 24f075: [lldb] Fix DW_AT_decl_file from DW_AT_specificatio...

Jan Kratochvil via All-commits all-commits at lists.llvm.org
Mon Nov 9 01:53:27 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 24f07531a34e141257f6616611e6430aed6f60a1
      https://github.com/llvm/llvm-project/commit/24f07531a34e141257f6616611e6430aed6f60a1
  Author: Jan Kratochvil <jan.kratochvil at redhat.com>
  Date:   2020-11-09 (Mon, 09 Nov 2020)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
    A lldb/test/Shell/SymbolFile/DWARF/DW_AT_decl_file-DW_AT_specification-crosscu.s

  Log Message:
  -----------
  [lldb] Fix DW_AT_decl_file from DW_AT_specification from a different CU

This would be reproducible in future DWZ category of the testsuite as:
  Failed Tests (1):
    lldb-api :: python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py

Differential Revision: https://reviews.llvm.org/D91014




More information about the All-commits mailing list