================ @@ -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 = "); ---------------- jimingham wrote:
Yeah, we really shouldn't print "unknown". You could make the fallback "", since there can't be a mangled name that's that, and then if you get back "" don't print in. https://github.com/llvm/llvm-project/pull/84071 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits