Hi all, I use mdb to debug kernel module on Solaris 10, and I can easily use mdb to print out data structure in IP or other modules that are shipped with system. However, I can not print data structures in my own kernel module, and mdb complains:
no symbolic debug information available for module I am sure that I use -g flag during compiling. Do I need to do additional thing to make mdb recognize debug symbol in my kernel module? Thanks, Andrew This message posted from opensolaris.org