[Lldb-commits] [PATCH] D92187: [lldb] [POSIX-DYLD] Add libraries from initial rendezvous brkpt hit
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 10 01:04:44 PST 2020
mgorny added a comment.
One possible hackaround would be to do this only if 1st breakpoint hit is consistent (vs add on Linux), or just make the whole logic `#if defined(__FreeBSD__)`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92187/new/
https://reviews.llvm.org/D92187
More information about the lldb-commits
mailing list