Re: Ask a question related Assemble and C revert within vmlinux?

From: Albert ARIBAUD
Date: Thu Jul 09 2009 - 07:37:26 EST


peter meng a écrit :
Hi

I compile the linux kernel with mips .
Is there any tools let the Assemble code correspond to C code ?
I mean Assemble line correspond to C line .

Look up you C compiler's command line options. There should be several to generate listings, with either assembly or mixed assembly and C.

Or if your tool chain has the objdump utility, objdump also has options to disassemble, and possibly intermix source code lines.

Amicalement,
--
Albert.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/