Re: how to connect IONetworkingFamily source code on gdb
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Apr 8, 2008, at 13:20 , Woojung.Huh@smsc.com wrote: HTH Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Enhancement of the Director's Income -------- When LuteFisk is outlawed, Only outlaws will have LuteFisk -------- _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... I have kernel panic from my driver and it is linked to IONetworkingFamily. No problem to setup gdb, and be able to list source code of "xnu" part and my driver. But, I don't know and can not find the way to list source of IONetworkingFamily. I already downloaded IONetworkingFamily source and put into / SourceCache folder. Is it possible to see source of IONetworkingFamily from gdb? Yup. Check the 'add-' commands in gdb (these let you load symbols of various types) and the 'dir' command (to add a directory where the debugger will look for source files). This email sent to site_archiver@lists.apple.com
participants (1)
-
Justin C. Walker