https://llvm.org/bugs/show_bug.cgi?id=28548
Bug ID: 28548 Summary: NamespaceBreakpointTestCase fails with gcc Product: lldb Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: lab...@google.com CC: llvm-b...@lists.llvm.org Classification: Unclassified The test fails because the lldb decides that the name of the function `static int func()` is `::func()`. This happens because gcc does not output the DW_AT_MIPS_linkage_name attribute for functions with internal linkage. At this point it is not clear to me whether we should fix the "demangling" of this function, or just make the test be less strict about the names it accepts. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev