Re: Setting breakpoint in KEXT while debugging
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com
I am failed in step 4 "Target create symbol file" since "-l & -s are unrecognized options for kextload".
If you read the man page for kextload, it mentions that all of the developer functionality has moved to kextutil (which has the -l and -s options). Obviously after that you'll need to make sure you have the kext symbols loaded with add-kext in gdb, and you almost certainly want the gdb macros from the Kernel Debug Kit. --Ken _______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Ken Hornstein