================
@@ -404,7 +409,7 @@ std::vector<lldb_private::CompilerContext> 
DWARFDIE::GetDeclContext() const {
     push_ctx(CompilerContextKind::Enum, GetName());
     break;
   case DW_TAG_subprogram:
-    push_ctx(CompilerContextKind::Function, GetPubname());
+    push_ctx(CompilerContextKind::Function, GetName());
----------------
Michael137 wrote:

What's the impact of this change? Looks like previously if a 
`DW_TAG_subprogram` had a linkage name, we'd put that into the 
`CompilerContext`? Is that not necessary anymore?

https://github.com/llvm/llvm-project/pull/77157
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to