I've both libc6
and libc6-dbg
packages installed. What I want to do is to display the disassembly of ld.so
with source interleaved. I also have the glibc source placed in a chroot, reachable at the exact location as displayed by DW_AT_comp_dir
in debug symbols.
Could someone tell me--if it's possible--how to output the source-interleaved disassembly of ld.so
library please? I know I could use objdump -S
, but how would I point it to the separate debug symbol file available?