[lucid] Where is debuginfo package?

Tetsuo Handa from-ubuntu at I-love.SAKURA.ne.jp
Thu Feb 17 07:53:45 UTC 2011


Tim Gardner wrote:
> http://ddebs.ubuntu.com/pool/main/l/linux/

Thanks.

I installed linux-image-2.6.32-28-generic-pae-dbgsym_2.6.32-28.55_i386.ddeb
and ran

  objdump -S /usr/lib/debug/boot/vmlinux-2.6.32-28-generic-pae

but I couldn't get disassembly with source code mixed.
Thus, I manually ran

  cp /boot/config-2.6.32-28-generic-pae .config
  make fs/jbd/
  make fs/jbd2/
  objdump -S fs/jbd/transaction.o > 1.txt
  objdump -S fs/jbd2/transaction.o > 2.txt

and guessed which start_this_handle() was called from the size of function.




More information about the kernel-team mailing list