[lldb-dev] [Bug 48373] New: TestBreakpointInGlobalConstructors fails on FreeBSD (needs dyld fixes)

via lldb-dev lldb-dev at lists.llvm.org
Thu Dec 3 06:54:12 PST 2020


https://bugs.llvm.org/show_bug.cgi?id=48373

            Bug ID: 48373
           Summary: TestBreakpointInGlobalConstructors fails on FreeBSD
                    (needs dyld fixes)
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: mgorny at gentoo.org
                CC: emaste at freebsd.org, jdevlieghere at apple.com,
                    llvm-bugs at lists.llvm.org

The LLDB's dynamic loader support is currently oriented towards Linux behavior,
i.e. reporting the dynamic loader itself on the first r_debug breakpoint hit,
and then all DT_NEEDED libraries on a second hit.  On FreeBSD there is only one
hit for all the libraries.

The relevant discussion can be found at:

https://reviews.llvm.org/D92187

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20201203/5bc81e95/attachment-0001.html>


More information about the lldb-dev mailing list