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 mgorny@gentoo.org
CC emaste@freebsd.org, jdevlieghere@apple.com, llvm-bugs@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](https://reviews.llvm.org/D92187)