[all-commits] [llvm/llvm-project] 7ec787: [lldb] Fix handling of `DW_AT_decl_file` according...

Andy Hippo via All-commits all-commits at lists.llvm.org
Mon Mar 1 07:06:43 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ec7876feda412b6edad0d83565395ef2fd5a004
      https://github.com/llvm/llvm-project/commit/7ec7876feda412b6edad0d83565395ef2fd5a004
  Author: Andy Yankovsky <weratt at gmail.com>
  Date:   2021-03-01 (Mon, 01 Mar 2021)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    A lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu1.s
    A lldb/test/Shell/SymbolFile/DWARF/Inputs/DW_TAG_variable-DW_AT_decl_file-DW_AT_abstract_origin-crosscu2.s

  Log Message:
  -----------
  [lldb] Fix handling of `DW_AT_decl_file` according to D91014

Apply changes from https://reviews.llvm.org/D91014 to other places where DWARF entries are being processed.

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




More information about the All-commits mailing list