[all-commits] [llvm/llvm-project] 66acd1: [LLDB] Ignore actual-needed artificial members in ...

Haojian Wu via All-commits all-commits at lists.llvm.org
Fri Nov 10 01:53:16 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66acd1e4dc1080015fe6b234226f1d30d6577f04
      https://github.com/llvm/llvm-project/commit/66acd1e4dc1080015fe6b234226f1d30d6577f04
  Author: Haojian Wu <hokein.wu at gmail.com>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    A lldb/test/Shell/SymbolFile/DWARF/ignored_artificial_fields.test

  Log Message:
  -----------
  [LLDB] Ignore actual-needed artificial members in DWARFASTParserClang::ParseSingleMember (#70779)

Address the FIXME, this will allow lldb to print all fields of the
generated coroutine frame structure.

Fixes #69309.




More information about the All-commits mailing list