so the reason none of the tooling can resolve symb...
# development
r
so the reason none of the tooling can resolve symbol information from the address locations is because of the use of
dlopen
. I think we’re gonna have to dump a mapping as debug logging in a pants run and manually associate it - looking promising tho.