================
@@ -524,6 +524,9 @@ void BreakpointLocation::GetDescription(Stream *s,
s->EOL();
s->Indent("function = ");
s->PutCString(sc.function->GetName().AsCString("<unknown>"));
+ s->EOL();
+ s->Indent("mangled function = ");
+
s->PutCString(sc.function->GetMangled().GetMangledName().AsCString("<unknown>"));
----------------
jimingham wrote:
If it does, you could just call it twice, once with the prefer mangled false,
and once true.
https://github.com/llvm/llvm-project/pull/84071
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits