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: lldb-dev@lists.llvm.org
          Reporter: nitesh.j...@imgtec.com
                CC: llvm-b...@lists.llvm.org
    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
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to