[Lldb-commits] [PATCH] D130942: [LLDB][DWARF] Set MSInheritanceAttr for record decl when it's using Microsoft compatible ABI.

Zequan Wu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 1 14:27:36 PDT 2022


zequanwu created this revision.
zequanwu added reviewers: rnk, labath.
Herald added a reviewer: shafik.
Herald added a project: All.
zequanwu requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

This is needed for object files with MS ABI and debug info in Dwarf.
MSInheritanceAttr is required for record decls under MS ABI.

Fixes #56458


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130942

Files:
  lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  lldb/test/Shell/SymbolFile/DWARF/x86/ms_abi.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130942.449126.patch
Type: text/x-patch
Size: 3805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220801/bd6ad6f6/attachment-0001.bin>


More information about the lldb-commits mailing list