[Lldb-commits] [PATCH] D92187: [lldb] [FreeBSD] Fix establishing DT_NEEDED libraries from dyld
Kamil Rytarowski via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 30 07:53:33 PST 2020
krytarowski added a comment.
In D92187#2423018 <https://reviews.llvm.org/D92187#2423018>, @emaste wrote:
> I'm curious how gdb handles this, and asked @bsdjhb if he knows off hand.
>
> Is there a brief description of how this works on Linux and/or NetBSD?
We are working on researching this, NetBSD, Linux and FreeBSD should behave almost in the same way. At least GNU gdbserver reused the Linux code on NetBSD practically as-is.
One thing that FreeBSD should do, is to upgrade to the protocol version 1 (stored in r_version), like Linux, NetBSD and OpenBSD.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92187/new/
https://reviews.llvm.org/D92187
More information about the lldb-commits
mailing list