Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2006 14:26:00 -0800
From:      "David Christensen" <dave@randomparity.com>
To:        <freebsd-drivers@freebsd.org>
Subject:   Source/Assembly Listing for Kernel Loadable Modules
Message-ID:  <22C21BFBEB52B340A1F422CB0D88F5872DFC@snoopy.randomparity.com>

index | next in thread | raw e-mail

I'm sure this is an easy question but I haven't seen the answer during
my Google search.  I just want to get a source listing from my module
with the assembly code intermixed with the source code.  The objdump
utility is supposed to be able to do this (objdump --source filename)
but when I run it on my kernel module all I get is the assembly output.
What step did I miss?  I assume there is a change to my Makefile but
I don't know what it is.

Thanks in advance.

David Christensen



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?22C21BFBEB52B340A1F422CB0D88F5872DFC>