Re: Setting breakpoint in KEXT while debugging
Re: Setting breakpoint in KEXT while debugging
- Subject: Re: Setting breakpoint in KEXT while debugging
- From: Ken Hornstein <email@hidden>
- Date: Wed, 15 Dec 2010 08:01:49 -0500
>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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden