[all-commits] [llvm/llvm-project] 35b10a: [lldb][DWARFASTParserClang] DWARFv5: support DW_TA...

Michael Buch via All-commits all-commits at lists.llvm.org
Wed Nov 15 03:02:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35b10acf201ab873fab4423a37ae6dbe52591f6d
      https://github.com/llvm/llvm-project/commit/35b10acf201ab873fab4423a37ae6dbe52591f6d
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2023-11-15 (Wed, 15 Nov 2023)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp

  Log Message:
  -----------
  [lldb][DWARFASTParserClang] DWARFv5: support DW_TAG_variable static data members declarations (#72236)

The accepted DWARFv5 issue 161118.1: "DW_TAG for C++ static data
members" specifies that static data member declaration be described by
DW_TAG_variable. Make sure we recognize such members.

Depends on:
* https://github.com/llvm/llvm-project/pull/72234
* https://github.com/llvm/llvm-project/pull/72235




More information about the All-commits mailing list