ldso: notify the debugger when we're doing a dlopen
authorrcombs <rcombs@rcombs.me>
Sat, 24 Oct 2020 19:31:14 +0000 (14:31 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 27 Oct 2020 05:10:29 +0000 (01:10 -0400)
commitccba23459ebacc8bc6e5eeef7454c91ceb61b5b0
tree22d818b9be73861ad58da14e12dee611662cd201
parent4209a7b1048c2601be0dd91aeb9b9ed0a7447965
ldso: notify the debugger when we're doing a dlopen

Otherwise lldb doesn't notice the new library and stack traces
containing it get cut off unhelpfully.
ldso/dynlink.c