Re: Debugging a Kernel Extension
Re: Debugging a Kernel Extension
- Subject: Re: Debugging a Kernel Extension
- From: Ken Hornstein <email@hidden>
- Date: Mon, 24 May 2010 12:20:08 -0400
>When I get to the "Create the symbol file" step, I get the following errors:
Are you actually using the debug kernel from the Kernel Debug Kit? Or
are you using the stock kernel?
If you're using the former, all you need is:
sudo kextutil -s /test /test/SampleUSBAudioPlugin.kext
(or something like that: I use -r and use -b to specify the bundle name
but you get the idea). /Volumes/KernelDebugKit/mach_kernel is the
"symbol-rich" version of the kernel that comes with 10.6.3; you use that
with gdb.
--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