================
@@ -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());
----------------
felipepiovezan wrote:

IIRC the linkage name / pubname each go into one of dwarf 
declaration/definition (I forget which one goes where), and thus we have this 
change?

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