On Thu, 28 Oct 2004, Li-Ta Lo wrote:
BTW, if you specify the -g option for gcc, you can use the -S option in objdump to see the source code with the disassebmly (-d).
BTW, this is a very usefull tip. I had been using it lately all the time to trace ooops in kernel.
objdump -S -C ./vmadump.ko |less