Greetings, when my kernel module crashes, I get this nice backtrace from mdb after rebooting. To relate the shown offset within the function to the actual line in my source, I currently use a combination of 'cc -S' (for the relation assembly instr. -> source code line) and /usr/ccs/bin/dis (for the relation function offset -> assembly instr.).
Is there a more convenient way? Skimmed through the mdb manual, but found nothing related. Using snv_84 DEBUG, cc 5.8 for the kernel and 5.9 for my modules. thanks, Joachim -- Joachim Worringen, Software Architect, Dolphin Interconnect Solutions phone ++49/(0)228/324 08 17 - http://www.dolphinics.com _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
