https://llvm.org/bugs/show_bug.cgi?id=26592
Bug ID: 26592
Summary: [LLDB][MIPS] TestInferiorAssert tests fail if section
.gnu_debuglink is not available in libc.so.6
Product: lldb
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
The loaded library (like libc.so) may not have its debug version available on
the system (section .gnu_debuglink is not available). The debug version
contains additional symbol information (such as __assert_perror_fail).
Backtrace/function bound fails when symbol information is missing.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev