[Lldb-commits] [lldb] [lldb] Fix crash missing MSInheritanceAttr on CXXRecordDecl with DWARF on Windows (PR #112928)

Stefan Gränitz via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 22 06:47:40 PDT 2024


weliveindetail wrote:

> This might be related to https://github.com/llvm/llvm-project/issues/56458 even though my repro is different.

Actually, rather this one: https://github.com/llvm/llvm-project/issues/56449 It adds `MSInheritanceAttr` support in NativePDB. The patch in this PR is about DWARF and the Microsoft ABI. Let's avoid the crash right now and consider adding a DWARF attribute for MSInheritanceAttr in a next step.

https://github.com/llvm/llvm-project/pull/112928


More information about the lldb-commits mailing list