my team projects build and run with some other libs, when use gdb attch my process,
i see all the bt is “from target:/lib/ld-musl-aarch64.so.1”.
use “info sharedlibrary” , just display one lib : ld-musl-aarch64.so.1.
info sharedlibrary
if use lldb, it can read debug info and display code line.
there is one reason make me must use gdb. (lldb is remote debug)
what can i do? whether the link behavior needs to be modified?
i try add-symbol-file,but it does not work.
cat /proc/1398/maps
(gdb) add-symbol-file /system/lib64/team_project.so 0x5b2ac00000+0x0da0