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@lists.llvm.org
          Reporter: mgo...@gentoo.org
                CC: ema...@freebsd.org, jdevliegh...@apple.com,
                    llvm-b...@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.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to