Re: PE_enter_debugger("debug")
Re: PE_enter_debugger("debug")
- Subject: Re: PE_enter_debugger("debug")
- From: Michael Smith <email@hidden>
- Date: Wed, 28 Feb 2007 11:11:21 -0800
On Feb 28, 2007, at 6:28 AM, Arvind Dalvi wrote:
kld(): Undefined symbols:
_PE_enter_debugger
What dependency i am missing in my Info.plist file ?
This is what i have in my OSBundleLibraries key
<key>com.apple.kpi.bsd</key>
<string>8.0.0b1</string>
<key>com.apple.kpi.libkern</key>
<string>8.0.0b1</string>
<key>com.apple.kpi.mach</key>
<string>8.0.0b1</string>
PE_enter_debugger() is exported by the iokit and kernel KPIs. You
can use nm on the plugin binaries to find this out:
[localhost:Extensions/System.kext/PlugIns] msmith% pwd
/System/Library/Extensions/System.kext/PlugIns
[localhost:Extensions/System.kext/PlugIns] msmith% find . -type f |
xargs nm -o | grep PE_enter_debugger
./IOKit.kext/IOKit: U _PE_enter_debugger
./System6.0.kext/kernel.6.0: U _PE_enter_debugger
= Mike
_______________________________________________
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